DBA Data[Home] [Help]

APPS.PAY_IN_BAL_UPL_STRUCT dependencies on HR_UTILITY

Line 39: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');

35:
36: BEGIN
37:
38: retcode := 2;
39: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', g_package||p_procedure);
41: hr_utility.set_message_token('STEP', p_step);
42: hr_utility.raise_error;
43:

Line 40: hr_utility.set_message_token('PROCEDURE', g_package||p_procedure);

36: BEGIN
37:
38: retcode := 2;
39: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', g_package||p_procedure);
41: hr_utility.set_message_token('STEP', p_step);
42: hr_utility.raise_error;
43:
44: END local_error;

Line 41: hr_utility.set_message_token('STEP', p_step);

37:
38: retcode := 2;
39: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', g_package||p_procedure);
41: hr_utility.set_message_token('STEP', p_step);
42: hr_utility.raise_error;
43:
44: END local_error;
45:

Line 42: hr_utility.raise_error;

38: retcode := 2;
39: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
40: hr_utility.set_message_token('PROCEDURE', g_package||p_procedure);
41: hr_utility.set_message_token('STEP', p_step);
42: hr_utility.raise_error;
43:
44: END local_error;
45:
46: PROCEDURE put_jl_in_cache (p_jl NUMBER)

Line 56: g_debug := hr_utility.debug_enabled ;

52: l_message VARCHAR2(255);
53: BEGIN
54:
55: -- Search for the defined balance in the Cache.
56: g_debug := hr_utility.debug_enabled ;
57: l_procedure := g_package || 'put_jl_in_cache' ;
58: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
59:
60: l_jur_level := nvl(p_jl, 999);

Line 114: g_debug := hr_utility.debug_enabled ;

110: FOR UPDATE OF balance_type_id;
111: BEGIN
112:
113: -- Search for the defined balance in the Cache.
114: g_debug := hr_utility.debug_enabled ;
115: l_procedure := g_package || 'check_balance_type' ;
116: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
117:
118: if g_debug then

Line 216: g_debug := hr_utility.debug_enabled ;

212: );
213: BEGIN
214:
215: -- Search for the defined balance in the Cache.
216: g_debug := hr_utility.debug_enabled ;
217: l_procedure := g_package || 'check_balance_dim' ;
218: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
219: if g_debug then
220: pay_in_utils.trace('******************************','********************');

Line 250: hr_utility.trace('Error: Failure to find balance dimension');

246:
247: IF csr_bal_dim%NOTFOUND THEN
248: --
249: CLOSE csr_bal_dim;
250: hr_utility.trace('Error: Failure to find balance dimension');
251: local_error(retcode,'check_balance_dim',2);
252: --
253: END IF;
254: CLOSE csr_bal_dim;

Line 320: g_debug := hr_utility.debug_enabled ;

316: from pay_balance_batch_lines
317: where batch_id = c_batch_id;
318:
319: BEGIN
320: g_debug := hr_utility.debug_enabled ;
321: l_procedure := g_package || 'validate_batch_data' ;
322: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
323: OPEN csr_bg;
324: FETCH csr_bg

Line 470: g_debug := hr_utility.debug_enabled ;

466: and fc.context_name = 'SOURCE_TEXT2';
467:
468: BEGIN
469:
470: g_debug := hr_utility.debug_enabled ;
471: l_procedure := g_package || 'create_bal_upl_struct' ;
472: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
473:
474: OPEN csr_bg;