DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_LEGISLATIVE_FIELD_INFO

Line 809: from pay_legislative_field_info pli,

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