DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_INV_THIRD_PARTY_STOCK_MDTR

Line 5058: l_cons_trans_exist := PO_INV_THIRD_PARTY_STOCK_MDTR.consumption_trans_exist(

5054:
5055: IF p_doc_level IN (PO_CORE_S.g_doc_level_HEADER, PO_CORE_S.g_doc_level_LINE) THEN
5056: -- Checks if there exists a consumption transaction that is in process for
5057: -- the passed in transaction source document ID and and item ID.
5058: l_cons_trans_exist := PO_INV_THIRD_PARTY_STOCK_MDTR.consumption_trans_exist(
5059: p_doc_header_id,
5060: l_item_id);
5061: END IF;
5062: d_pos := 70;