DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on CSTPACHK

Line 346: fnd_file.put_line(fnd_file.log,'Actual Cost Hook invoked: CSTPACHK.actual_cost_hook');

342: elsif (i_exp_item = 0) then
343: -- Call the Actual Cost Hook for asset items
344: l_stmt_num := 50;
345: if (g_debug = 'Y') then
346: fnd_file.put_line(fnd_file.log,'Actual Cost Hook invoked: CSTPACHK.actual_cost_hook');
347: end if;
348: l_hook := CSTPACHK.actual_cost_hook(i_org_id,
349: i_txn_id,
350: i_layer_id,

Line 348: l_hook := CSTPACHK.actual_cost_hook(i_org_id,

344: l_stmt_num := 50;
345: if (g_debug = 'Y') then
346: fnd_file.put_line(fnd_file.log,'Actual Cost Hook invoked: CSTPACHK.actual_cost_hook');
347: end if;
348: l_hook := CSTPACHK.actual_cost_hook(i_org_id,
349: i_txn_id,
350: i_layer_id,
351: i_cost_type,
352: i_cost_method,

Line 5049: l_cost_hook_io := CSTPACHK.actual_cost_hook(i_org_id => i_org_id,

5045: IF g_debug = 'Y' THEN
5046: fnd_file.put_line(fnd_file.log, '>>>Conditions met to call the actual cost hook');
5047: fnd_file.put_line(fnd_file.log, '>>>Calling the actual cost hook');
5048: END IF;
5049: l_cost_hook_io := CSTPACHK.actual_cost_hook(i_org_id => i_org_id,
5050: i_txn_id => i_txn_id,
5051: i_layer_id => i_layer_id,
5052: i_cost_type => i_cost_type,
5053: i_cost_method => 2,

Line 7449: l_cost_hook := CSTPACHK.actual_cost_hook(p_org_id,

7445: -------------------------------------------------------------------------
7446:
7447: if(p_exp_item = 0 ) then
7448:
7449: l_cost_hook := CSTPACHK.actual_cost_hook(p_org_id,
7450: p_txn_id,
7451: l_layer_id,
7452: p_cost_type_id,
7453: p_cost_method,

Line 8185: l_db_account := CSTPACHK.get_account_id

8181: -- 0 Error
8182: -- ===================================================================
8183: l_dr_acct_line_type := 2;
8184:
8185: l_db_account := CSTPACHK.get_account_id
8186: (i_org_id => l_logical_org_id
8187: ,i_txn_id => l_logical_txn_id
8188: ,i_debit_credit => 1
8189: ,i_acct_line_type => l_dr_acct_line_type

Line 8367: l_credit_account := CSTPACHK.get_account_id

8363: -- 1 for sending org; 2 for receiving org
8364: -- ===================================================================
8365: l_cr_acct_line_type := 9;
8366:
8367: l_credit_account := CSTPACHK.get_account_id
8368: (i_org_id => l_logical_org_id
8369: ,i_txn_id => l_logical_txn_id
8370: ,i_debit_credit => -1
8371: ,i_acct_line_type => l_cr_acct_line_type