DBA Data[Home] [Help]

APPS.CSE_COST_COLLECTOR dependencies on CSE_COST_COLLECTOR

Line 1: PACKAGE BODY cse_cost_collector AS

1: PACKAGE BODY cse_cost_collector AS
2: /* $Header: CSECSTHB.pls 120.9.12020000.2 2013/03/19 16:32:31 aabmishr ship $ */
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('CSE_DEBUG_OPTION'),'N');
5:

Line 207: debug('Begin : cse_cost_collector stub '||p_transaction_id);

203: OPEN c_costing;
204: FETCH c_costing into l_eib_costing_used;
205: CLOSE c_costing;
206:
207: debug('Begin : cse_cost_collector stub '||p_transaction_id);
208:
209: l_eib_installed := cse_util_pkg.is_eib_installed ;
210: i := 0 ;
211:

Line 385: debug('End : cse_cost_collector');

381: O_hook_used := 0 ;
382: O_err_num := 0;
383: END IF ; --l_eib_installed
384:
385: debug('End : cse_cost_collector');
386:
387: EXCEPTION
388: WHEN OTHERS THEN
389: --This is just to notify the hook that , Nl indeed used the hook ,

Line 688: END cse_cost_collector;

684: EXCEPTION
685: WHEN OTHERS THEN null;
686: END reverse_expenditures;
687:
688: END cse_cost_collector;