DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 893: FROM po_distributions_all pda

889: /* Bug : 13695551 : From sourcing, one req distribution should be funding multiple award line distributions*/
890: ( (po_autocreate_params.g_is_clm_po ='Y' AND PO_AUTOCREATE_PARAMS.g_interface_source_code = 'SOURCING')
891: OR
892: (NOT EXISTS (SELECT 'Y'
893: FROM po_distributions_all pda
894: WHERE pda.req_distribution_id = prd.distribution_id))
895: );
896:
897: IF g_debug_stmt THEN