DBA Data[Home] [Help]

APPS.CSL_CSP_SEC_INV_ACC_PKG dependencies on CSL_MTL_SEC_INV_ACC_PKG

Line 86: CSL_MTL_SEC_INV_ACC_PKG.Insert_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);

82: ,p_pk1_name => g_pk1_name
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

Line 181: CSL_MTL_SEC_INV_ACC_PKG.Insert_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);

177: ,p_pk1_num_value => r_csp_sec_inventories.SECONDARY_INVENTORY_ID
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

Line 197: CSL_MTL_SEC_INV_ACC_PKG.Update_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);

193: ,p_resource_id => p_resource_id
194: ,p_access_id => l_acc_id
195: );
196:
197: CSL_MTL_SEC_INV_ACC_PKG.Update_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);
198: END IF;
199:
200:
201: FETCH c_csp_sec_inventories INTO r_csp_sec_inventories;

Line 291: CSL_MTL_SEC_INV_ACC_PKG.Delete_MTL_Sec_Inventory(p_resource_id, p_subinventory_code, p_organization_id);

287: ,p_pk1_num_value => r_csp_sec_inventories.SECONDARY_INVENTORY_ID
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