DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on STANDARD

Line 152: 115.25 D.Saxby 18-DEC-2001 GSCC standards fix.

148: validate_batch()
149: 115.27 N.Bristow 09-APR-2002 Changed code to allow balances to be loaded
150: historically.
151: 115.26 M.Reid 04-FEB-2002 2211591: Corrected source_text parameter
152: 115.25 D.Saxby 18-DEC-2001 GSCC standards fix.
153: 115.24 D.Saxby 17-DEC-2001 Bug 2153245 - changes for Purge.
154: o New global data structure member:
155: purge_mode.
156: o Changed lock_batch to init purge_mode

Line 2399: l_batch_mode varchar2(30):= 'STANDARD';

2395: l_payroll_action_id number;
2396: l_payroll_action_rec g_payroll_action_rec_type;
2397: --
2398: l_idx binary_integer;
2399: l_batch_mode varchar2(30):= 'STANDARD';
2400: --
2401: -- Dummy constants for handling null conditions.
2402: --
2403: c_number constant number := -987456321;

Line 2574: l_batch_mode := 'STANDARD';

2570: --
2571: if p_glbl_data_rec.purge_mode then
2572: l_batch_mode := 'NO_COMMIT';
2573: else
2574: l_batch_mode := 'STANDARD';
2575: end if;
2576: --
2577:
2578: l_payroll_action_id :=