DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on PAY_LEGISLATION_RULES

Line 1094: from pay_legislation_rules

1090: and opm.external_account_id = pea2.external_account_id
1091: and pea1.id_flex_num = pea2.id_flex_num
1092: and exists
1093: (select null
1094: from pay_legislation_rules
1095: where to_char(pea1.id_flex_num) = rule_mode
1096: and rule_type ='E');
1097: --
1098: begin