DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on PAY_LEGISLATION_RULES

Line 1684: from pay_legislation_rules leg

1680: select leg.rule_mode
1681: , flex.id_flex_structure_code
1682: into l_option_value
1683: , l_option_value1
1684: from pay_legislation_rules leg
1685: , fnd_id_flex_structures flex
1686: where leg.legislation_code = l_territory_code
1687: and leg.rule_type = 'E'
1688: and to_char(flex.id_flex_num) = leg.rule_mode

Line 3956: from pay_legislation_rules leg

3952: cursor c_get_flexcode (
3953: cp_opm_id number
3954: ,cp_bgid number ) IS
3955: select flex.id_flex_structure_code
3956: from pay_legislation_rules leg
3957: , fnd_id_flex_structures flex
3958: , PAY_ORG_PAYMENT_METHODS_F opm
3959: , PAY_PAYMENT_TYPES PTS
3960: where opm.ORG_PAYMENT_METHOD_ID = cp_opm_id