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 5224: l_cost_hook_io := CSTPACHK.actual_cost_hook(i_org_id => i_org_id,

5220: IF g_debug = 'Y' THEN
5221: fnd_file.put_line(fnd_file.log, '>>>Conditions met to call the actual cost hook');
5222: fnd_file.put_line(fnd_file.log, '>>>Calling the actual cost hook');
5223: END IF;
5224: l_cost_hook_io := CSTPACHK.actual_cost_hook(i_org_id => i_org_id,
5225: i_txn_id => i_txn_id,
5226: i_layer_id => i_layer_id,
5227: i_cost_type => i_cost_type,
5228: i_cost_method => 2,

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

7640: -------------------------------------------------------------------------
7641:
7642: if(p_exp_item = 0 ) then
7643:
7644: l_cost_hook := CSTPACHK.actual_cost_hook(p_org_id,
7645: p_txn_id,
7646: l_layer_id,
7647: p_cost_type_id,
7648: p_cost_method,

Line 8381: l_db_account := CSTPACHK.get_account_id

8377: -- ===================================================================
8378: l_dr_acct_line_type := 2;
8379: /*ADDED VARIABLE i_cost_group_id FOR BUG8881927 */
8380:
8381: l_db_account := CSTPACHK.get_account_id
8382: (i_org_id => l_logical_org_id
8383: ,i_txn_id => l_logical_txn_id
8384: ,i_debit_credit => 1
8385: ,i_acct_line_type => l_dr_acct_line_type

Line 8564: l_credit_account := CSTPACHK.get_account_id

8560: -- 1 for sending org; 2 for receiving org
8561: -- ===================================================================
8562: l_cr_acct_line_type := 9;
8563: /*ADDED VARIABLE i_cost_group_id FOR BUG8881927 */
8564: l_credit_account := CSTPACHK.get_account_id
8565: (i_org_id => l_logical_org_id
8566: ,i_txn_id => l_logical_txn_id
8567: ,i_debit_credit => -1
8568: ,i_acct_line_type => l_cr_acct_line_type