DBA Data[Home] [Help]

APPS.CSP_PC_FORM_MTLTXNS dependencies on CSP_ITEM_SUB_INVENTORIES_PKG

Line 1086: CSP_ITEM_SUB_INVENTORIES_PKG.Insert_Row(

1082: WHEN NO_DATA_FOUND THEN
1083: -- Assign the item to the l_csp_intransit_subinventory in
1084: -- the mtl_item_sub_inventories table by calling the
1085: -- mtl_item_sub_inventories_pkg.insert_row.
1086: CSP_ITEM_SUB_INVENTORIES_PKG.Insert_Row(
1087: px_INVENTORY_ITEM_ID => l_inventory_item_id,
1088: p_ORGANIZATION_ID => p_organization_id,
1089: p_SECONDARY_INVENTORY => l_csp_intransit_subinventory,
1090: p_LAST_UPDATE_DATE => sysdate,