DBA Data[Home] [Help]

APPS.PAY_KW_BAL_UPLOAD dependencies on PAY_KW_BAL_UPLOAD

Line 1: package body pay_kw_bal_upload as

1: package body pay_kw_bal_upload as
2: -- $Header: pykwbaup.pkb 120.0 2006/04/09 23:44:25 adevanat noship $
3:
4: -- Copyright (c) 1999 Oracle Corporation
5: -- All rights reserved

Line 12: g_package constant varchar2(240) := 'pay_kw_bal_upload.';

8: -- -----------+--------+----------+-----------------------------------------
9: -- 15-Feb-06 Anand MD Initial Version
10:
11:
12: g_package constant varchar2(240) := 'pay_kw_bal_upload.';
13:
14: -- Date constants.
15: --
16: START_OF_TIME constant date := to_date('01/01/0001','DD/MM/YYYY');

Line 189: hr_utility.trace('Entering pay_kw_bal_upload.is_supported');

185: p_dimension_name varchar2
186: ) return number is
187: begin
188: --
189: hr_utility.trace('Entering pay_kw_bal_upload.is_supported');
190: --
191: -- See if the dimension is supported.
192: --
193: if p_dimension_name in

Line 206: hr_utility.trace('Exiting pay_kw_bal_upload.is_supported');

202: else
203: return (0); -- denotes FALSE
204: end if;
205: --
206: hr_utility.trace('Exiting pay_kw_bal_upload.is_supported');
207: --
208: end is_supported;
209: --
210:

Line 251: hr_utility.trace('Entering pay_kw_bal_upload.include_adjustment stub');

247: l_source_text1 varchar2(10);
248: l_return Number := 0;--True
249: v_cur_bal_adj csr_bal_adj%rowtype;
250: begin
251: hr_utility.trace('Entering pay_kw_bal_upload.include_adjustment stub');
252:
253: --Select source text of the current batch line
254: select source_text into l_source_text1 from pay_balance_batch_lines where batch_line_id=p_batch_line_id;
255:

Line 282: hr_utility.trace('Exiting pay_kw_bal_upload.include_adjustment stub');

278:
279:
280:
281:
282: hr_utility.trace('Exiting pay_kw_bal_upload.include_adjustment stub');
283:
284: return l_return;
285:
286:

Line 310: end pay_kw_bal_upload;

306: hr_utility.trace('Exiting '||g_package||'validate_batch_lines');
307:
308: end validate_batch_lines;
309:
310: end pay_kw_bal_upload;