DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_LEGISLATIVE_FIELD_INFO

Line 810: from pay_legislative_field_info pli,

806: -- on the current legislation code
807: --
808: cursor csr_cheque_name ( p_bus_grp_id number) is
809: select pli.validation_name
810: from pay_legislative_field_info pli,
811: per_business_groups pbg
812: where pli.legislation_code = pbg.legislation_code
813: and pbg.business_group_id = p_bus_grp_id
814: and pli.rule_type = 'H'