DBA Data[Home] [Help]

APPS.PAY_OPM_BUS dependencies on PAY_LEGISLATION_RULES

Line 1068: from pay_legislation_rules lgr

1064: where pyt.payment_type_id = p_payment_type_id
1065: and ((pyt.territory_code is null)
1066: or exists
1067: (select null
1068: from pay_legislation_rules lgr
1069: where lgr.legislation_code = pyt.territory_code
1070: and lgr.rule_type = 'E'))
1071: and not exists
1072: (select 'x'