DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on PO_INV_THIRD_PARTY_STOCK_MDTR

Line 973: l_cons_trans_exist := PO_INV_THIRD_PARTY_STOCK_MDTR.consumption_trans_exist(

969:
970: IF p_doc_level IN (PO_CORE_S.g_doc_level_HEADER, PO_CORE_S.g_doc_level_LINE) THEN
971: -- Checks if there exists a consumption transaction that is in process for
972: -- the passed in transaction source document ID and and item ID.
973: l_cons_trans_exist := PO_INV_THIRD_PARTY_STOCK_MDTR.consumption_trans_exist(
974: p_doc_header_id,
975: l_item_id);
976: END IF;
977: d_pos := 70;