Skip to Main Content

Japanese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I need to add one message choice in Page which page has VO has dual Qury

2888638Feb 10 2016 — edited Feb 10 2016

Hi All,

My requirement to add message choice in Standard page  of project module

that page path is /oracle/apps/pa/schedule/webui/SchUpdatePG 120.9

the above page has VO  UpdateScheduleVO.

Vo Query is

select to_date(null) Current_Start_Date, to_date(null) Current_End_Date, to_date(null) Change_Start_Date, to_date(null) Change_End_Date, 'FORWARD' Shift_Type_Code, 'DAYS' Shift_Unit_Code, to_number(null) Number_Of_Shift, 'HOURS' Change_Hours_Type_Code, 'PROJECT' Change_Calendar_Type_Code, to_number(null) Other_Calendar_Id, null Other_Calendar_Name, null Include_Non_Work_Exceptions, null Current_Calendar, to_number(null) Hours, to_number(100) Percentage, null New_Status, null Requirement_New_Status, null Assignment_New_Status, to_number(null) Mon, to_number(null) Tue, to_number(null) Wed, to_number(null) Thu, to_number(null) Fri, to_number(null) Sat, to_number(null) Sun, null Last_Row_Flag from dual


Regards,

SR


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2016
Added on Feb 10 2016
0 comments
599 views