DBA Data[Home] [Help]

APPS.PER_PAY_PROPOSALS_POPULATE dependencies on PER_BUSINESS_GROUPS

Line 614: from per_business_groups bus

610: ,'M',12
611: ,'W',52
612: ,'D',365
613: ,1)
614: from per_business_groups bus
615: , per_all_assignments_f asg
616: where asg.assignment_id =p_assignment_id
617: and p_date between asg.effective_start_date
618: and asg.effective_end_date