DBA Data[Home] [Help]

APPS.BOM_CSTRPMDD_XMLP_PKG dependencies on MTL_CYCLE_COUNT_HEADERS

Line 58: from mtl_cycle_count_headers

54: txn_source_id;
55: return(txn_source);
56: elsif P_TXN_SRC_TYPE_ID = 9 then
57: select CYCLE_COUNT_HEADER_NAME into txn_source
58: from mtl_cycle_count_headers
59: where cycle_count_header_id = to_number(txn_source_id)
60: and organization_id = org_id;
61: return(txn_source);
62: elsif P_TXN_SRC_TYPE_ID = 10 then

Line 676: RETURN (', mtl_cycle_count_headers cch');

672: IF P_SOURCE_TYPE_ID = 7 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
673: RETURN (', po_requisition_headers prh');
674: END IF;
675: IF P_SOURCE_TYPE_ID = 9 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
676: RETURN (', mtl_cycle_count_headers cch');
677: END IF;
678: IF P_SOURCE_TYPE_ID = 10 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
679: RETURN (', mtl_physical_inventories pi');
680: END IF;