DBA Data[Home] [Help]

APPS.CSP_PC_FORM_MTLTXNS dependencies on MTL_SECONDARY_INVENTORIES

Line 985: from mtl_secondary_inventories

981: where profile_option_id = l_profile_option_id;
982:
983: -- check whether the intransit subinventory exists in the organization
984: select organization_id into l_check_existence
985: from mtl_secondary_inventories
986: where secondary_inventory_name = l_csp_intransit_subinventory
987: and organization_id = p_organization_id
988: and nvl(disable_date, sysdate + 1) > sysdate;
989: