DBA Data[Home] [Help]

APPS.CSE_FA_STAGE_PKG dependencies on PO_LINES_ALL

Line 50: po_lines_all pol

46: pod.destination_type_code,
47: pod.destination_organization_id,
48: pol.org_id
49: FROM po_distributions_all pod,
50: po_lines_all pol
51: WHERE pod.po_distribution_id = p_dist_id
52: AND pol.po_line_id = pod.po_line_id;
53:
54: CURSOR ap_inv_cur IS