DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_INV_THIRD_PARTY_STOCK_MDTR

Line 5231: l_cons_trans_exist := PO_INV_THIRD_PARTY_STOCK_MDTR.consumption_trans_exist(

5227:
5228: IF p_doc_level IN (PO_CORE_S.g_doc_level_HEADER, PO_CORE_S.g_doc_level_LINE) THEN
5229: -- Checks if there exists a consumption transaction that is in process for
5230: -- the passed in transaction source document ID and and item ID.
5231: l_cons_trans_exist := PO_INV_THIRD_PARTY_STOCK_MDTR.consumption_trans_exist(
5232: p_doc_header_id,
5233: l_item_id);
5234: END IF;
5235: d_pos := 70;