DBA Data[Home] [Help]

APPS.PJI_FM_EXTR dependencies on PA_CUST_REV_DIST_LINES_ALL

Line 1267: , pa_cust_rev_dist_lines_all crdl

1263: , to_number(null) AS BILL_QUANTITY
1264: From PJI_FM_EXTR_DREVN drev
1265: , pa_agreements_all ag
1266: , pa_project_customers cust
1267: , pa_cust_rev_dist_lines_all crdl
1268: Where 1 = 1
1269: And drev.worker_id = p_worker_id
1270: And drev.project_id = crdl.project_id
1271: And drev.draft_revenue_num = crdl.draft_revenue_num

Line 1736: , pa_cust_rev_dist_lines_all crdl

1732: FROM
1733: PJI_FM_EXTR_DREVN drev
1734: , pa_agreements_all ag
1735: , pa_project_customers cust
1736: , pa_cust_rev_dist_lines_all crdl
1737: WHERE
1738: drev.worker_id = p_worker_id
1739: and drev.project_id = crdl.project_id
1740: and drev.draft_revenue_num = crdl.draft_revenue_num

Line 2278: , pa_cust_rev_dist_lines_all crdl

2274: , to_number(null) AS QUANTITY
2275: , to_number(null) AS BILL_QUANTITY
2276: FROM
2277: PJI_FM_REXT_CRDL scope
2278: , pa_cust_rev_dist_lines_all crdl
2279: , pa_expenditure_items_all ei
2280: , pa_expenditures_all exp
2281: , pa_expenditure_types et
2282: WHERE