DBA Data[Home] [Help]

APPS.HRASSACT dependencies on HR_ORGANIZATION_UNITS

Line 633: bg_name hr_organization_units.name%type,

629: sequenced_flag boolean,
630: action_date date,
631: current_date date, -- this is sysdate.
632: payroll_name pay_all_payrolls_f.payroll_name%type,
633: bg_name hr_organization_units.name%type,
634: independent_periods_flag boolean);
635: --
636: c_eot constant date := to_date('31/12/4712','DD/MM/YYYY');
637: g_context_cache context_cache_type;

Line 1104: l_business_group_id hr_organization_units.business_group_id%type;

1100: */
1101: procedure val_pact_rollback (p_pact_rec in out nocopy pact_details,
1102: p_rollback_mode in varchar2 ) is
1103: --
1104: l_business_group_id hr_organization_units.business_group_id%type;
1105: begin
1106: --
1107: validate_rollback_mode(p_rollback_mode);
1108: --