DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PER_BUSINESS_GROUPS

Line 384: per_business_groups_perf bg

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

Line 811: per_business_groups pbg

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