DBA Data[Home] [Help]

APPS.PER_PAY_PROPOSALS_POPULATE dependencies on PER_BUSINESS_GROUPS

Line 611: from per_business_groups bus

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