DBA Data[Home] [Help]

APPS.CEFC_VIEW_CONST dependencies on CEFC_VIEW_CONST

Line 1: PACKAGE BODY CEFC_VIEW_CONST AS

1: PACKAGE BODY CEFC_VIEW_CONST AS
2: /* $Header: cefcvieb.pls 120.1.12020000.2 2012/07/03 07:20:18 vnetan ship $ */
3:
4: /* ---------------------------------------------------------------------
5: | PRIVATE PROCEDURE |

Line 251: cep_standard.debug('>>CEFC_VIEW_CONST.set_constants');

247: p_aging_type VARCHAR2(10);
248: p_period_type VARCHAR2(15);
249: BEGIN
250: -- 14164001: Added debug
251: cep_standard.debug('>>CEFC_VIEW_CONST.set_constants');
252: cep_standard.debug('pn_header_id='||pn_header_id);
253: cep_standard.debug('pn_period_set_name='||pn_period_set_name);
254: cep_standard.debug('pn_start_period='||pn_start_period);
255: cep_standard.debug('pn_start_date='||pn_start_date);

Line 318: cep_standard.debug('<

314: cep_standard.debug('pg_start_period_name='||pg_start_period_name);
315: cep_standard.debug('pg_min_col='||pg_min_col);
316: cep_standard.debug('pg_max_col='||pg_max_col);
317:
318: cep_standard.debug('< 319: EXCEPTION
320: WHEN OTHERS THEN
321: -- 14164001: Added debug
322: cep_standard.debug('CEFC_VIEW_CONST.EXCEPTION');

Line 322: cep_standard.debug('CEFC_VIEW_CONST.EXCEPTION');

318: cep_standard.debug('< 319: EXCEPTION
320: WHEN OTHERS THEN
321: -- 14164001: Added debug
322: cep_standard.debug('CEFC_VIEW_CONST.EXCEPTION');
323: cep_standard.debug(sqlerrm);
324: RAISE;
325: END set_constants;
326:

Line 327: END CEFC_VIEW_CONST;

323: cep_standard.debug(sqlerrm);
324: RAISE;
325: END set_constants;
326:
327: END CEFC_VIEW_CONST;