DBA Data[Home] [Help]

APPS.PA_CC_AR_AP_TRANSFER dependencies on PA_PROJECT_CUSTOMERS

Line 116: from pa_project_customers ppc,

112:
113: Cursor c_receiver_project_task (p_project_customer_id in number,p_project_id in number) is
114: select ppc.receiver_task_id task_id,
115: pt.project_id project_id
116: from pa_project_customers ppc,
117: pa_tasks pt
118: where pt.task_id=ppc.receiver_task_id
119: and ppc.customer_id=p_project_customer_id
120: and ppc.project_id=p_project_id;