DBA Data[Home] [Help]

APPS.HR_ORGANIZATION dependencies on PAY_LEGISLATION_RULES

Line 375: from pay_legislation_rules

371: and status = 'I';
372: --
373: cursor sel_id_flex_num (p_flex_type varchar2) is
374: select to_number(rule_mode)
375: from pay_legislation_rules
376: where legislation_code = 'US'
377: and rule_type = p_flex_type;
378: --
379: cursor sel_startup_per_types is

Line 828: -- pay_legislation_rules because pay_legislation_rules might

824: -- ADA Disabilities 50129
825: -- ADA Disability Accomodations 50130
826: --
827: -- This procedure cannot rely on the id_flex_nums being present in
828: -- pay_legislation_rules because pay_legislation_rules might
829: -- not been seeded with data at the time that this procedure is run.
830: -- pay_legislation_rules is seeded as a post-install step as part of
831: -- US startup data delivery. This procedure is run by Autoinstall
832: -- during creation of the Setup Business Group.

Line 830: -- pay_legislation_rules is seeded as a post-install step as part of

826: --
827: -- This procedure cannot rely on the id_flex_nums being present in
828: -- pay_legislation_rules because pay_legislation_rules might
829: -- not been seeded with data at the time that this procedure is run.
830: -- pay_legislation_rules is seeded as a post-install step as part of
831: -- US startup data delivery. This procedure is run by Autoinstall
832: -- during creation of the Setup Business Group.
833: --
834: --