DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on STANDARD

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

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

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

2134: l_payroll_action_id number;
2135: l_payroll_action_rec g_payroll_action_rec_type;
2136: --
2137: l_idx binary_integer;
2138: l_batch_mode varchar2(30):= 'STANDARD';
2139: --
2140: -- Dummy constants for handling null conditions.
2141: --
2142: c_number constant number := -987456321;

Line 2301: l_batch_mode := 'STANDARD';

2297: --
2298: if p_glbl_data_rec.purge_mode then
2299: l_batch_mode := 'NO_COMMIT';
2300: else
2301: l_batch_mode := 'STANDARD';
2302: end if;
2303: --
2304:
2305: l_payroll_action_id :=