DBA Data[Home] [Help]

APPS.PA_SALESREPS dependencies on PA_PROJECT_CUSTOMERS

Line 21: (select 'Y' from dual where exists (select 1 from pa_project_customers pc

17: c.salesrep_id,
18: c.credit_percentage,
19: p.segment1 proj_num,
20: pt.cc_prvdr_flag ic_flag,
21: (select 'Y' from dual where exists (select 1 from pa_project_customers pc
22: where pc.project_id = p.project_id
23: and pc.bill_another_project_flag='Y')) ip_flag /* Added for bug 6603869*/
24: FROM pa_credit_receivers c,
25: pa_projects p,