DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE2 dependencies on PA_TASKS_S

Line 264: pa_tasks_s.nextval

260: -- See bug 402125 for details
261: -- Bug 5034402: If the start/end date of the source task is NULL then copied
262: -- start/end date of the target project to start/end date of target task.Added by sunkalya for porting fix from Bug#5014950 to R12
263: SELECT
264: pa_tasks_s.nextval
265: , x_new_project_id
266: , t.task_number
267: , t.task_name
268: , t.address_id /* 13373337 */