DBA Data[Home] [Help]

APPS.PO_VALIDATION_HELPER dependencies on PO_DISTRIBUTIONS_DRAFT_ALL

Line 1782: FROM po_distributions_draft_all

1778: --do not consider the PAR from which this is autocreated
1779: AND DIST.draft_id NOT IN (SELECT * FROM TABLE(l_par_draft_id_tbl)) --
1780: -- do not consider the corresponding dist on PAR
1781: AND DIST.po_distribution_id <>Nvl ((SELECT par_distribution_id
1782: FROM po_distributions_draft_all
1783: WHERE po_distribution_id = p_entity_id_tbl(i)
1784: AND draft_id = p_draft_id_tbl(i)),-999);
1785: --
1786: END LOOP;