DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on PA_JOB_ASSIGNMENT_OVERRIDES_S

Line 1137: , pa_job_assignment_overrides_s.NEXTVAL --Added the column for the bug 2581491

1133: decode(new_tsk.start_date,
1134: null, o.end_date_active + x_delta,
1135: o.end_date_active +
1136: (new_tsk.start_date - old_tsk.start_date))))
1137: , pa_job_assignment_overrides_s.NEXTVAL --Added the column for the bug 2581491
1138: FROM
1139: pa_job_assignment_overrides o,
1140: pa_tasks old_tsk,
1141: pa_tasks new_tsk