DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PER_BUSINESS_GROUPS

Line 383: per_business_groups_perf bg

379: NULL, NULL, '-'||hou.name)
380: from pay_us_states pus,
381: hr_organization_units hou,
382: pay_payroll_actions pac,
383: per_business_groups_perf bg
384: where pac.payroll_action_id = p_payroll_action_id
385: and pac.report_qualifier = pus.state_abbrev
386: and pac.report_category is not null
387: and bg.business_group_id = pac.business_group_id

Line 810: per_business_groups pbg

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'
814: and pli.field_name = 'CHEQUE_CHECK';