DBA Data[Home] [Help]

APPS.HRASSACT dependencies on STANDARD

Line 294: 18-DEC-2001 dsaxby 115.44 GSCC standards fix.

290: 09-APR-2002 nbristow 115.46 Added get_default_leg_rule to
291: allow the defaulting of run
292: type.
293: 03-APR-2002 tbattoo 115.45 added p_run_type_id parameter
294: 18-DEC-2001 dsaxby 115.44 GSCC standards fix.
295: 26-NOV-2001 dsaxby 115.43 1682940 Changes for Purge.
296: Do not shuffle assignment
297: actions in purge mode and allow
298: insert of upload action before

Line 1707: -- Loop through all the standard entries for the assignment

1703: and pet.processing_type = 'R';
1704: --
1705: v_max_date date; -- max effective date of element entry.
1706: begin
1707: -- Loop through all the standard entries for the assignment
1708: -- and attempt to undo changes that have been made by
1709: -- stop and update REE rules. We cannot be guaranteed
1710: -- to undo changes in their entirety, since we do not
1711: -- have all the information we need to hand, but we

Line 4086: p_mode in varchar2 default 'STANDARD'

4082: p_asg_lock in boolean default TRUE, --lock assignment
4083: taxunt in number default null, -- tax unit id
4084: p_purge_mode in boolean default FALSE, --purge mode
4085: p_run_type_id in number default null ,
4086: p_mode in varchar2 default 'STANDARD'
4087: ) return number
4088: is
4089: rmode pay_legislation_rules.rule_mode%type;
4090: posid per_periods_of_service.period_of_service_id%type;