DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_MAINPROC_PVT dependencies on PO_DISTRIBUTIONS_DRAFT_ALL

Line 188: FROM po_distributions_draft_all podd

184: TABLE(po_line_loc_id_tbl) pll
185: WHERE pod.line_location_id = pll.column_value
186: AND NOT EXISTS
187: (SELECT 'Y'
188: FROM po_distributions_draft_all podd
189: WHERE podd.draft_id = po_autocreate_params.g_draft_id
190: AND podd.po_distribution_id = pod.po_distribution_id
191: );
192:

Line 2368: table and insert records into po_distributions_draft_all table.

2364:
2365: /* ============================================================================
2366: NAME: process_distributions
2367: DESC: Handle the logic to derive, default, validate records from po_distributions_interface
2368: table and insert records into po_distributions_draft_all table.
2369: PO_AUTO_DIST_PROCESS_PVT.fetch_dists
2370: PO_AUTO_DIST_PROCESS_PVT.derive_and_default_dists
2371: PO_AUTO_LINE_LOC_PROCESS_PVT.validate_dists (??)
2372: PO_AUTO_LINE_LOC_PROCESS_PVT.merge_to_dists_draft