DBA Data[Home] [Help]

APPS.HXT_BATCH_PROCESS dependencies on HXT_BATCH_PROCESS

Line 1: PACKAGE BODY HXT_BATCH_PROCESS AS

1: PACKAGE BODY HXT_BATCH_PROCESS AS
2: /* $Header: hxtbat.pkb 120.25.12020000.10 2012/11/16 10:40:09 asrajago ship $ */
3: g_debug boolean := hr_utility.debug_enabled;
4: g_time_period_id NUMBER := NULL;
5: g_lookup_not_found EXCEPTION;

Line 486: l_proc := 'hxt_batch_process.merge_batches';

482: BEGIN
483: g_debug := hr_utility.debug_enabled;
484:
485: IF g_debug THEN
486: l_proc := 'hxt_batch_process.merge_batches';
487: hr_utility.set_location('Entering: '||l_proc, 10);
488: END IF;
489:
490: l_batch_name := p_merge_batch_name;

Line 1287: HXT_BATCH_PROCESS.Insert_Pay_Batch_Errors( l_batch_id,

1283: WHEN g_lookup_not_found THEN --SIR517 PWM 18FEB00 TESTING
1284: HXT_UTIL.DEBUG('Oops...g_lookup_not_found in procedure sum_to_mix');
1285: l_errbuf := substr(FND_MESSAGE.GET,1,65);
1286: errbuf := l_errbuf;
1287: HXT_BATCH_PROCESS.Insert_Pay_Batch_Errors( l_batch_id,
1288: 'VE', -- RETROPAY
1289: '',
1290: l_return);
1291: retcode := 2;

Line 3343: END HXT_batch_process;

3339: END snap_retrieval_details;
3340:
3341: --begin
3342:
3343: END HXT_batch_process;