DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on CSTPAVCP

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

9490: l_to_org := i_ae_txn_rec.organization_id;
9491: end if;
9492:
9493: l_stmt_num := 10;
9494: CSTPAVCP.get_snd_rcv_rate (I_TXN_ID => i_ae_txn_rec.transaction_id,
9495: I_FROM_ORG => l_from_org,
9496: I_TO_ORG => l_to_org,
9497: O_SND_SOB_ID => l_snd_sob_id,
9498: O_SND_CURR => l_snd_curr,

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

9919:
9920: /* Use the Logical trxn (27-17-7) to get the Expense acct
9921: of Receiving CG stamped in MMT in distribution_account_id.
9922: This cannot be NULL as it is stamped by INV Manager and not
9923: during Cost Processing in CSTPAVCP.Cost_LogicalSOReceipt */
9924: SELECT distribution_account_id
9925: INTO l_mmt_exp_account
9926: FROM mtl_material_transactions mmt
9927: WHERE mmt.transaction_id = i_ae_txn_rec.xfer_transaction_id;