DBA Data[Home] [Help]

APPS.GMS_EXP_ADJUSTMENT_PKG dependencies on PA_TASKS

Line 86: from pa_tasks

82: IF NEW_ITEMS%FOUND THEN
83:
84: -- Fix starts for bug number : 1708977
85: select project_id into x_project_id
86: from pa_tasks
87: where task_id = x_task_id ;
88:
89: IF GMS_PA_API.IS_SPONSORED_PROJECT(x_project_id ) then
90: -- Fix ends for bug number : 1708977

Line 186: from pa_tasks

182:
183: FOR rev_rec IN EXP_ITEMS (x_reverse_group ) LOOP
184: -- Fix starts for bug number : 1708977
185: select project_id into x_project_id
186: from pa_tasks
187: where task_id = rev_rec.task_id ;
188: IF GMS_PA_API.IS_SPONSORED_PROJECT(x_project_id ) then
189: -- Fix ends for bug number : 1708977
190:

Line 312: from pa_tasks

308: IF NEW_ITEMS%FOUND THEN
309:
310: -- Fix starts for bug number : 1708977
311: select project_id into x_project_id
312: from pa_tasks
313: where task_id = x_task_id ;
314:
315: IF GMS_PA_API.IS_SPONSORED_PROJECT(x_project_id ) then
316:

Line 414: from pa_tasks

410: FOR rev_rec IN ENC_ITEMS (x_new_group ) LOOP
411:
412: -- Fix starts for bug number : 1708977
413: select project_id into x_project_id
414: from pa_tasks
415: where task_id = rev_rec.task_id ;
416:
417: IF GMS_PA_API.IS_SPONSORED_PROJECT(x_project_id ) then
418: