DBA Data[Home] [Help]

APPS.CST_INVENTORY_PUB dependencies on CST_INVENTORY_PVT

Line 128: CST_Inventory_PVT.Populate_ItemList(

124: END IF;
125:
126: -- Find the items that match the specifications
127: l_stmt_num := 10;
128: CST_Inventory_PVT.Populate_ItemList(
129: p_api_version => 1.0,
130: p_organization_id => p_organization_id,
131: p_cost_type_id => p_cost_type_id,
132: p_item_from => p_item_from,

Line 151: CST_Inventory_PVT.Populate_CostGroupList(

147: END IF;
148:
149: -- Find the cost groups that match the specifications
150: l_stmt_num := 20;
151: CST_Inventory_PVT.Populate_CostGroupList(
152: p_api_version => 1.0,
153: p_organization_id => p_organization_id,
154: p_cost_group_from => p_cost_group_from,
155: p_cost_group_to => p_cost_group_to,

Line 167: CST_Inventory_PVT.Populate_SubinventoryList(

163: END IF;
164:
165: -- Find the subinventories that match the specifications
166: l_stmt_num := 30;
167: CST_Inventory_PVT.Populate_SubinventoryList(
168: p_api_version => 1.0,
169: p_organization_id => p_organization_id,
170: p_subinventory_from => p_subinventory_from,
171: p_subinventory_to => p_subinventory_to,

Line 219: CST_Inventory_PVT.Calculate_OnhandQty(

215: -- Calculate the onhand quantity of matching items in the cost groups and subinventories
216: IF p_onhand_value = 1
217: THEN
218: l_stmt_num := 40;
219: CST_Inventory_PVT.Calculate_OnhandQty(
220: p_api_version => 1.0,
221: p_organization_id => p_organization_id,
222: p_valuation_date => p_valuation_date,
223: p_qty_by_revision => p_qty_by_revision,

Line 239: CST_Inventory_PVT.Calculate_IntransitQty(

235: -- Calculate the intransit quantity of matching items in the cost groups
236: IF p_intransit_value = 1
237: THEN
238: l_stmt_num := 50;
239: CST_Inventory_PVT.Calculate_IntransitQty(
240: p_api_version => 1.0,
241: p_organization_id => p_organization_id,
242: p_valuation_date => p_valuation_date,
243: p_receipt => p_receipt,

Line 261: CST_Inventory_PVT.Calculate_ReceivingQty(

257: -- Calculate the receiving quantity of matching items
258: IF p_receiving_value = 1
259: THEN
260: l_stmt_num := 60;
261: CST_Inventory_PVT.Calculate_ReceivingQty(
262: p_api_version => 1.0,
263: p_organization_id => p_organization_id,
264: p_valuation_date => p_valuation_date,
265: p_qty_by_revision => p_qty_by_revision,

Line 313: CST_Inventory_PVT.Calculate_InventoryCost(

309: END IF;
310:
311: -- Calculate the costs
312: l_stmt_num := 70;
313: CST_Inventory_PVT.Calculate_InventoryCost(
314: p_api_version => 1.0,
315: p_valuation_date => p_valuation_date,
316: p_organization_id => p_organization_id,
317: x_return_status => x_return_status