DBA Data[Home] [Help]

APPS.BOM_CSTRPMDD_XMLP_PKG dependencies on MTL_PHYSICAL_INVENTORIES

Line 64: from mtl_physical_inventories

60: and organization_id = org_id;
61: return(txn_source);
62: elsif P_TXN_SRC_TYPE_ID = 10 then
63: select physical_inventory_name into txn_source
64: from mtl_physical_inventories
65: where physical_inventory_id = to_number(txn_source_id)
66: and organization_id = org_id;
67: return(txn_source);
68: elsif P_TXN_SRC_TYPE_ID = 11 then

Line 679: RETURN (', mtl_physical_inventories pi');

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;
681: IF P_SOURCE_TYPE_ID = 11 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
682: RETURN (', cst_cost_updates cst');
683: END IF;