DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CSTPAVCP

Line 596: * Use CSTPAVCP.CompEncumbrance_IntOrdersExp to get the amount and the

592:
593: /*
594: * Encumrbance amount would be computed within costing for all cases except
595: * PO
596: * Use CSTPAVCP.CompEncumbrance_IntOrdersExp to get the amount and the
597: * account
598: * This is used for transactions that are sourced from Internal Requisitions
599: * or Internal Orders
600: * For Internal Order Intransit transactions, encumbrance is reversed against

Line 694: CSTPAVCP.CompEncumbrance_IntOrdersExp (

690:
691: IF (l_debug = 'Y' ) THEN
692: FND_FILE.put_line( FND_FILE.log, 'Encumbrance Reversal' );
693: END IF;
694: CSTPAVCP.CompEncumbrance_IntOrdersExp (
695: p_api_version => 1.0,
696: p_transaction_id => i_txn_id,
697: x_encumbrance_amount => l_enc_amount,
698: x_encumbrance_account => l_enc_acct,

Line 2690: CSTPAVCP.get_snd_rcv_rate(i_txn_id, l_from_org, l_to_org,

2686: fnd_file.put_line(fnd_file.log,'l_to_org:' || l_to_org);
2687:
2688:
2689:
2690: CSTPAVCP.get_snd_rcv_rate(i_txn_id, l_from_org, l_to_org,
2691: l_snd_sob_id, l_snd_curr, l_rcv_sob_id, l_rcv_curr,
2692: l_curr_type, l_conv_rate, l_conv_date,
2693: l_err_num, l_err_code, l_err_msg);
2694:

Line 2699: CSTPAVCP.get_snd_rcv_uom(i_item_id, l_from_org, l_to_org, l_snd_uom, l_rcv_uom,

2695: if (l_err_num<>0) then
2696: raise process_error;
2697: end if;
2698:
2699: CSTPAVCP.get_snd_rcv_uom(i_item_id, l_from_org, l_to_org, l_snd_uom, l_rcv_uom,
2700: l_err_num, l_err_code, l_err_msg);
2701:
2702: if (l_from_org = i_txn_org_id) then
2703: l_snd_qty := i_txn_qty;

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

2742: and MIP.to_organization_id = l_to_org
2743: and MMT.transaction_id = i_txn_id;
2744:
2745: -- Standard org computation
2746: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
2747: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
2748:
2749: l_stmt_num := 40;
2750:

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

2743: and MMT.transaction_id = i_txn_id;
2744:
2745: -- Standard org computation
2746: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
2747: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
2748:
2749: l_stmt_num := 40;
2750:
2751: /* Bug 2926258 - changed default to -1 to support org_id=0 */

Line 7704: CSTPAVCP.get_snd_rcv_rate(trans_id, from_org, to_org,

7700: fnd_file.put_line(fnd_file.log,'from_org: ' || from_org);
7701: fnd_file.put_line(fnd_file.log,'to_org: ' || to_org);
7702:
7703: /* INVCONV ANTHIYAG Bug#5352186 09-Sep-2006 Start */
7704: CSTPAVCP.get_snd_rcv_rate(trans_id, from_org, to_org,
7705: l_snd_sob_id, l_snd_curr, l_rcv_sob_id, l_rcv_curr,
7706: l_curr_type, l_conv_rate, l_conv_date,
7707: O_Error_Num, O_Error_Code, O_Error_Message);
7708: