DBA Data[Home] [Help]

APPS.CST_INVENTORY_PUB dependencies on CST_INVENTORY_PVT

Line 124: CST_Inventory_PVT.Populate_ItemList(

120: END IF;
121:
122: -- Find the items that match the specifications
123: l_stmt_num := 10;
124: CST_Inventory_PVT.Populate_ItemList(
125: p_api_version => 1.0,
126: p_organization_id => p_organization_id,
127: p_cost_type_id => p_cost_type_id,
128: p_item_from => p_item_from,

Line 147: CST_Inventory_PVT.Populate_CostGroupList(

143: END IF;
144:
145: -- Find the cost groups that match the specifications
146: l_stmt_num := 20;
147: CST_Inventory_PVT.Populate_CostGroupList(
148: p_api_version => 1.0,
149: p_organization_id => p_organization_id,
150: p_cost_group_from => p_cost_group_from,
151: p_cost_group_to => p_cost_group_to,

Line 163: CST_Inventory_PVT.Populate_SubinventoryList(

159: END IF;
160:
161: -- Find the subinventories that match the specifications
162: l_stmt_num := 30;
163: CST_Inventory_PVT.Populate_SubinventoryList(
164: p_api_version => 1.0,
165: p_organization_id => p_organization_id,
166: p_subinventory_from => p_subinventory_from,
167: p_subinventory_to => p_subinventory_to,

Line 182: CST_Inventory_PVT.Calculate_OnhandQty(

178: -- Calculate the onhand quantity of matching items in the cost groups and subinventories
179: IF p_onhand_value = 1
180: THEN
181: l_stmt_num := 40;
182: CST_Inventory_PVT.Calculate_OnhandQty(
183: p_api_version => 1.0,
184: p_organization_id => p_organization_id,
185: p_valuation_date => p_valuation_date,
186: p_qty_by_revision => p_qty_by_revision,

Line 202: CST_Inventory_PVT.Calculate_IntransitQty(

198: -- Calculate the intransit quantity of matching items in the cost groups
199: IF p_intransit_value = 1
200: THEN
201: l_stmt_num := 50;
202: CST_Inventory_PVT.Calculate_IntransitQty(
203: p_api_version => 1.0,
204: p_organization_id => p_organization_id,
205: p_valuation_date => p_valuation_date,
206: p_receipt => p_receipt,

Line 224: CST_Inventory_PVT.Calculate_ReceivingQty(

220: -- Calculate the receiving quantity of matching items
221: IF p_receiving_value = 1
222: THEN
223: l_stmt_num := 60;
224: CST_Inventory_PVT.Calculate_ReceivingQty(
225: p_api_version => 1.0,
226: p_organization_id => p_organization_id,
227: p_valuation_date => p_valuation_date,
228: p_qty_by_revision => p_qty_by_revision,

Line 242: CST_Inventory_PVT.Calculate_InventoryCost(

238:
239:
240: -- Calculate the costs
241: l_stmt_num := 70;
242: CST_Inventory_PVT.Calculate_InventoryCost(
243: p_api_version => 1.0,
244: p_valuation_date => p_valuation_date,
245: p_organization_id => p_organization_id,
246: x_return_status => x_return_status