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.12010000.1 2008/07/30 05:17:16 appldev ship $ */
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('CSE_DEBUG_OPTION'),'N');
5:

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

190: OPEN c_costing;
191: FETCH c_costing into l_eib_costing_used;
192: CLOSE c_costing;
193:
194: debug('Begin : cse_cost_collector stub '||p_transaction_id);
195:
196: l_eib_installed := cse_util_pkg.is_eib_installed ;
197: i := 0 ;
198:

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

368: O_hook_used := 0 ;
369: O_err_num := 0;
370: END IF ; --l_eib_installed
371:
372: debug('End : cse_cost_collector');
373:
374: EXCEPTION
375: WHEN OTHERS THEN
376: --This is just to notify the hook that , Nl indeed used the hook ,

Line 675: END cse_cost_collector;

671: EXCEPTION
672: WHEN OTHERS THEN null;
673: END reverse_expenditures;
674:
675: END cse_cost_collector;