DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on CSTPAVCP

Line 9053: CSTPAVCP.get_snd_rcv_rate (I_TXN_ID => i_ae_txn_rec.transaction_id,

9049: l_to_org := i_ae_txn_rec.organization_id;
9050: end if;
9051:
9052: l_stmt_num := 10;
9053: CSTPAVCP.get_snd_rcv_rate (I_TXN_ID => i_ae_txn_rec.transaction_id,
9054: I_FROM_ORG => l_from_org,
9055: I_TO_ORG => l_to_org,
9056: O_SND_SOB_ID => l_snd_sob_id,
9057: O_SND_CURR => l_snd_curr,

Line 9470: during Cost Processing in CSTPAVCP.Cost_LogicalSOReceipt */

9466:
9467: /* Use the Logical trxn (27-17-7) to get the Expense acct
9468: of Receiving CG stamped in MMT in distribution_account_id.
9469: This cannot be NULL as it is stamped by INV Manager and not
9470: during Cost Processing in CSTPAVCP.Cost_LogicalSOReceipt */
9471: SELECT distribution_account_id
9472: INTO l_mmt_exp_account
9473: FROM mtl_material_transactions mmt
9474: WHERE mmt.transaction_id = i_ae_txn_rec.xfer_transaction_id;