DBA Data[Home] [Help]

APPS.HR_APPLICANT_INTERNAL dependencies on PER_BUSINESS_GROUPS_PERF

Line 53: FROM per_business_groups_perf pbg

49: l_applicant_number := p_applicant_number;
50: --
51: SELECT pbg.method_of_generation_apl_num
52: INTO l_method_of_generation
53: FROM per_business_groups_perf pbg
54: WHERE pbg.business_group_id = p_business_group_id;
55: --
56:
57: if l_method_of_generation = 'M' and l_applicant_number IS NULL then