DBA Data[Home] [Help]

APPS.GHR_VALIDATE_CHECK dependencies on PER_ALL_ASSIGNMENTS_F

Line 393: ll_bg_id per_all_assignments_f.business_group_id%type;

389: where assignment_id = p_assignment_id
390: and p_eff_date between effective_start_date
391: and effective_end_date;
392:
393: ll_bg_id per_all_assignments_f.business_group_id%type;
394:
395: -- End of bug 4016362
396: -- Start of 3563491
397: l_asg_ei_data per_assignment_extra_info%rowtype;