DBA Data[Home] [Help]

APPS.CST_TPRICE_PVT dependencies on CSTPAVCP

Line 234: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);

230: then
231:
232: l_stmt_num := 60;
233:
234: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
235: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
236:
237: -- Get the currency information for sending and receiving orgs
238: l_stmt_num := 80;

Line 235: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);

231:
232: l_stmt_num := 60;
233:
234: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
235: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
236:
237: -- Get the currency information for sending and receiving orgs
238: l_stmt_num := 80;
239:

Line 240: CSTPAVCP.get_snd_rcv_rate(p_txn_id, l_from_org, l_to_org,

236:
237: -- Get the currency information for sending and receiving orgs
238: l_stmt_num := 80;
239:
240: CSTPAVCP.get_snd_rcv_rate(p_txn_id, l_from_org, l_to_org,
241: l_snd_sob_id, l_snd_curr, l_rcv_sob_id, l_rcv_curr,
242: l_curr_type, l_conv_rate, l_conv_date,
243: l_err_num, l_err_code, l_err_msg);
244:

Line 270: CSTPAVCP.get_snd_rcv_uom(p_item_id, l_from_org, l_to_org, l_snd_uom, l_rcv_uom,

266:
267: -- Get the primary unit of measure for sending and receiving orgs
268: l_stmt_num := 100;
269:
270: CSTPAVCP.get_snd_rcv_uom(p_item_id, l_from_org, l_to_org, l_snd_uom, l_rcv_uom,
271: l_err_num, l_err_code, l_err_msg);
272:
273: -- Get the sending and receiving primary quantity
274: l_stmt_num := 110;