DBA Data[Home] [Help]

APPS.PAY_TAXABILITY_RULES_ARU dependencies on HR_UTILITY

Line 8: hr_utility.set_location('pay_taxability_rules_aru',1);

4: FOR EACH ROW
5: BEGIN
6: if hr_general.g_data_migrator_mode <> 'Y' then
7:
8: hr_utility.set_location('pay_taxability_rules_aru',1);
9: hr_utility.trace('calling pay_taxability_rules_aru');
10:
11: /* Check the tax_type of the deleted row - if the
12: tax_type is in CSDI,EIC,FIT,FUTA,GDI,MEDICARE,NW_FIT,SS

Line 9: hr_utility.trace('calling pay_taxability_rules_aru');

5: BEGIN
6: if hr_general.g_data_migrator_mode <> 'Y' then
7:
8: hr_utility.set_location('pay_taxability_rules_aru',1);
9: hr_utility.trace('calling pay_taxability_rules_aru');
10:
11: /* Check the tax_type of the deleted row - if the
12: tax_type is in CSDI,EIC,FIT,FUTA,GDI,MEDICARE,NW_FIT,SS
13: then the balances have to be trashed in pay_person_latest_balances

Line 24: hr_utility.trace('after calling pay_taxability_rules_aru');

20: :NEW.taxability_rules_date_id,
21: :NEW.legislation_code,
22: :NEW.classification_id);
23:
24: hr_utility.trace('after calling pay_taxability_rules_aru');
25: hr_utility.set_location('pay_taxability_rules_aru',2);
26:
27: end if; /* compare value in status column */
28:

Line 25: hr_utility.set_location('pay_taxability_rules_aru',2);

21: :NEW.legislation_code,
22: :NEW.classification_id);
23:
24: hr_utility.trace('after calling pay_taxability_rules_aru');
25: hr_utility.set_location('pay_taxability_rules_aru',2);
26:
27: end if; /* compare value in status column */
28:
29: end if;