DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_OBJECT_GROUPS

Line 4301: from pay_object_groups POG

4297: and ACT.assignment_action_id = p_assignment_action_id
4298: and ASSIGN.assignment_id = ACT.assignment_id
4299: and (( plb.process_group_id is null ) or (
4300: exists (select ''
4301: from pay_object_groups POG
4302: where POG.source_id (+) = ACT.assignment_id
4303: and POG.source_type (+) = 'PAF'
4304: and PLB.process_group_id = POG.parent_object_group_id)
4305: ))