DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CSTPACDP

Line 7115: CSTPACDP.cost_txn(c_mmt_txn_rec.organization_id,

7111: -- Call the Distribution Processor
7112: -- It will not be called for physical parent transactions!!
7113: -------------------------------------------------------------------------
7114: l_stmt_num := 45;
7115: CSTPACDP.cost_txn(c_mmt_txn_rec.organization_id,
7116: c_mmt_txn_rec.transaction_id,
7117: l_layer_id,
7118: 0, --fob point
7119: l_exp_item,

Line 8679: CSTPACDP.INSERT_ACCOUNT(

8675: IF g_debug = 'Y' THEN
8676: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Dr Exp Account with ' || l_actual_cost * l_primary_quantity || ' ' || l_pri_curr);
8677: END IF;
8678:
8679: CSTPACDP.INSERT_ACCOUNT(
8680: l_logical_org_id,
8681: l_logical_txn_id,
8682: l_item_id,
8683: l_actual_cost * l_primary_quantity,

Line 8719: CSTPACDP.INSERT_ACCOUNT(

8715: IF g_debug = 'Y' THEN
8716: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Cr Payables Account with ' || -1 * l_actual_cost * l_primary_quantity || ' ' || l_pri_curr);
8717: END IF;
8718:
8719: CSTPACDP.INSERT_ACCOUNT(
8720: l_logical_org_id,
8721: l_logical_txn_id,
8722: l_item_id,
8723: -1 * l_actual_cost * l_primary_quantity,

Line 8779: CSTPACDP.ENCUMBRANCE_ACCOUNT(

8775: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8776: END IF;
8777: IF ( l_enc_amount <> 0 AND l_enc_account is not null ) THEN
8778: l_stmt_num := 150;
8779: CSTPACDP.ENCUMBRANCE_ACCOUNT(
8780: l_logical_org_id,
8781: l_logical_txn_id,
8782: l_item_id,
8783: -1 * l_enc_amount,