DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on CSTPAVCP

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

560:
561: /*
562: * Encumrbance amount would be computed within costing for all cases except
563: * PO
564: * Use CSTPAVCP.CompEncumbrance_IntOrdersExp to get the amount and the
565: * account
566: * This is used for transactions that are sourced from Internal Requisitions
567: * or Internal Orders
568: * For Internal Order Intransit transactions, encumbrance is reversed against

Line 609: CSTPAVCP.CompEncumbrance_IntOrdersExp (

605: l_txn_org_id = i_org_id ) ) THEN
606: IF (l_debug = 'Y' ) THEN
607: FND_FILE.put_line( FND_FILE.log, 'Encumbrance Reversal' );
608: END IF;
609: CSTPAVCP.CompEncumbrance_IntOrdersExp (
610: p_api_version => 1.0,
611: p_transaction_id => i_txn_id,
612: x_encumbrance_amount => l_enc_amount,
613: x_encumbrance_account => l_enc_acct,

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

2595: fnd_file.put_line(fnd_file.log,'l_to_org:' || l_to_org);
2596:
2597:
2598:
2599: CSTPAVCP.get_snd_rcv_rate(i_txn_id, l_from_org, l_to_org,
2600: l_snd_sob_id, l_snd_curr, l_rcv_sob_id, l_rcv_curr,
2601: l_curr_type, l_conv_rate, l_conv_date,
2602: l_err_num, l_err_code, l_err_msg);
2603:

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

2604: if (l_err_num<>0) then
2605: raise process_error;
2606: end if;
2607:
2608: CSTPAVCP.get_snd_rcv_uom(i_item_id, l_from_org, l_to_org, l_snd_uom, l_rcv_uom,
2609: l_err_num, l_err_code, l_err_msg);
2610:
2611: if (l_from_org = i_txn_org_id) then
2612: l_snd_qty := i_txn_qty;

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

2651: and MIP.to_organization_id = l_to_org
2652: and MMT.transaction_id = i_txn_id;
2653:
2654: -- Standard org computation
2655: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
2656: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
2657:
2658: l_stmt_num := 40;
2659:

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

2652: and MMT.transaction_id = i_txn_id;
2653:
2654: -- Standard org computation
2655: l_std_from_org := CSTPAVCP.standard_cost_org(l_from_org);
2656: l_std_to_org := CSTPAVCP.standard_cost_org(l_to_org);
2657:
2658: l_stmt_num := 40;
2659:
2660: /* Bug 2926258 - changed default to -1 to support org_id=0 */

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

7501: fnd_file.put_line(fnd_file.log,'from_org: ' || from_org);
7502: fnd_file.put_line(fnd_file.log,'to_org: ' || to_org);
7503:
7504: /* INVCONV ANTHIYAG Bug#5352186 09-Sep-2006 Start */
7505: CSTPAVCP.get_snd_rcv_rate(trans_id, from_org, to_org,
7506: l_snd_sob_id, l_snd_curr, l_rcv_sob_id, l_rcv_curr,
7507: l_curr_type, l_conv_rate, l_conv_date,
7508: O_Error_Num, O_Error_Code, O_Error_Message);
7509: