DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on PA_JOB_BILL_TITLE_OVERRIDES_S

Line 1027: , pa_job_bill_title_overrides_s.NEXTVAL --Added the column for the bug 2581491

1023: decode(new_tsk.start_date,
1024: null, o.end_date_active + x_delta,
1025: o.end_date_active +
1026: (new_tsk.start_date - old_tsk.start_date))))
1027: , pa_job_bill_title_overrides_s.NEXTVAL --Added the column for the bug 2581491
1028: FROM
1029: pa_job_bill_title_overrides o,
1030: pa_tasks old_tsk,
1031: pa_tasks new_tsk