DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on PA_JOB_BILL_TITLE_OVERRIDES_S

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

1080: decode(new_tsk.start_date,
1081: null, o.end_date_active + x_delta,
1082: o.end_date_active +
1083: (new_tsk.start_date - old_tsk.start_date))))
1084: , pa_job_bill_title_overrides_s.NEXTVAL --Added the column for the bug 2581491
1085: FROM
1086: pa_job_bill_title_overrides o,
1087: pa_tasks old_tsk,
1088: pa_tasks new_tsk