DBA Data[Home] [Help]

APPS.CSE_FA_STAGE_PKG dependencies on PO_LINES_ALL

Line 95: po_lines_all pol

91: pod.destination_type_code,
92: pod.destination_organization_id,
93: pol.org_id
94: FROM po_distributions_all pod,
95: po_lines_all pol
96: WHERE pod.po_distribution_id = p_dist_id
97: AND pol.po_line_id = pod.po_line_id;
98:
99: CURSOR ap_inv_cur IS