DBA Data[Home] [Help]

APPS.PAY_ELEMENT_DATA_PUMP dependencies on PAY_EVENT_GROUPS

Line 381: From pay_event_groups peg

377:
378: Begin
379: Select event_group_id
380: INTO l_event_group_id
381: From pay_event_groups peg
382: Where peg.event_group_type = 'P'
383: and (peg.legislation_code =
384: HR_API.RETURN_LEGISLATION_CODE(p_business_group_id)
385: or ( peg.legislation_code is null and

Line 446: From pay_event_groups

442: Begin
443:
444: Select event_group_id
445: INTO l_event_group_id
446: From pay_event_groups
447: Where event_group_type = 'R'
448: and (legislation_code = HR_API.RETURN_LEGISLATION_CODE(p_business_group_id)
449: or ( legislation_code is null and
450: business_group_id = p_business_group_id)