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