DBA Data[Home] [Help]

APPS.HRASSACT dependencies on HR_ORGANIZATION_UNITS

Line 665: bg_name hr_organization_units.name%type,

661: sequenced_flag boolean,
662: action_date date,
663: current_date date, -- this is sysdate.
664: payroll_name pay_all_payrolls_f.payroll_name%type,
665: bg_name hr_organization_units.name%type,
666: independent_periods_flag boolean);
667: --
668: c_eot constant date := to_date('31/12/4712','DD/MM/YYYY');
669: g_context_cache context_cache_type;

Line 1136: l_business_group_id hr_organization_units.business_group_id%type;

1132: */
1133: procedure val_pact_rollback (p_pact_rec in out nocopy pact_details,
1134: p_rollback_mode in varchar2 ) is
1135: --
1136: l_business_group_id hr_organization_units.business_group_id%type;
1137: begin
1138: --
1139: validate_rollback_mode(p_rollback_mode);
1140: --