DBA Data[Home] [Help]

APPS.CSL_CSP_SEC_INV_ACC_PKG dependencies on CSL_MTL_ITEM_LOCATIONS_ACC_PKG

Line 87: CSL_MTL_ITEM_LOCATIONS_ACC_PKG.Insert_Item_Locs_By_Subinv

83: ,p_pk1_num_value => r_csp_sec_inventories.SECONDARY_INVENTORY_ID
84: ,p_resource_id => p_resource_id
85: );
86: CSL_MTL_SEC_INV_ACC_PKG.Insert_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);
87: CSL_MTL_ITEM_LOCATIONS_ACC_PKG.Insert_Item_Locs_By_Subinv
88: ( p_subinventory_code => p_subinventory_code
89: , p_organization_id => p_organization_id
90: , p_resource_id => p_resource_id
91: );

Line 182: CSL_MTL_ITEM_LOCATIONS_ACC_PKG.Insert_Item_Locs_By_Subinv

178: ,p_resource_id => p_resource_id
179: );
180:
181: CSL_MTL_SEC_INV_ACC_PKG.Insert_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);
182: CSL_MTL_ITEM_LOCATIONS_ACC_PKG.Insert_Item_Locs_By_Subinv
183: ( p_subinventory_code => p_subinventory_code
184: , p_organization_id => p_organization_id
185: , p_resource_id => p_resource_id
186: );

Line 292: CSL_MTL_ITEM_LOCATIONS_ACC_PKG.Delete_Item_Locs_By_Subinv

288: ,p_resource_id => p_resource_id
289: );
290:
291: CSL_MTL_SEC_INV_ACC_PKG.Delete_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);
292: CSL_MTL_ITEM_LOCATIONS_ACC_PKG.Delete_Item_Locs_By_Subinv
293: ( p_subinventory_code => p_subinventory_code
294: , p_organization_id => p_organization_id
295: , p_resource_id => p_resource_id
296: );