DBA Data[Home] [Help]

APPS.GMS_PO_API2_GRP dependencies on PO_DISTRIBUTIONS_ALL

Line 555: from po_distributions_all pod

551: FORALL i in p_in_rec.entity_ids.first.. p_in_rec.entity_ids.last
552: delete from gms_award_distributions adl
553: where ( award_set_id , po_distribution_id) in
554: ( select pod.award_id, po_distribution_id
555: from po_distributions_all pod
556: where pod.po_header_id = p_in_rec.entity_ids(i)
557: and pod.award_id is not NULL )
558: and document_type = 'PO' ;
559: END IF ;