DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CSTPACDP

Line 6922: CSTPACDP.cost_txn(c_mmt_txn_rec.organization_id,

6918: -- Call the Distribution Processor
6919: -- It will not be called for physical parent transactions!!
6920: -------------------------------------------------------------------------
6921: l_stmt_num := 45;
6922: CSTPACDP.cost_txn(c_mmt_txn_rec.organization_id,
6923: c_mmt_txn_rec.transaction_id,
6924: l_layer_id,
6925: 0, --fob point
6926: l_exp_item,

Line 8482: CSTPACDP.INSERT_ACCOUNT(

8478: IF g_debug = 'Y' THEN
8479: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Dr Exp Account with ' || l_actual_cost * l_primary_quantity || ' ' || l_pri_curr);
8480: END IF;
8481:
8482: CSTPACDP.INSERT_ACCOUNT(
8483: l_logical_org_id,
8484: l_logical_txn_id,
8485: l_item_id,
8486: l_actual_cost * l_primary_quantity,

Line 8522: CSTPACDP.INSERT_ACCOUNT(

8518: IF g_debug = 'Y' THEN
8519: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Cr Payables Account with ' || -1 * l_actual_cost * l_primary_quantity || ' ' || l_pri_curr);
8520: END IF;
8521:
8522: CSTPACDP.INSERT_ACCOUNT(
8523: l_logical_org_id,
8524: l_logical_txn_id,
8525: l_item_id,
8526: -1 * l_actual_cost * l_primary_quantity,

Line 8582: CSTPACDP.ENCUMBRANCE_ACCOUNT(

8578: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8579: END IF;
8580: IF ( l_enc_amount <> 0 AND l_enc_account is not null ) THEN
8581: l_stmt_num := 150;
8582: CSTPACDP.ENCUMBRANCE_ACCOUNT(
8583: l_logical_org_id,
8584: l_logical_txn_id,
8585: l_item_id,
8586: -1 * l_enc_amount,