DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_BUSINESS_GROUPS

Line 54: from per_business_groups b

50: select fnd_number.canonical_to_number(b.working_hours),
51: b.frequency,
52: b.default_start_time,
53: b.default_end_time
54: from per_business_groups b
55: where b.business_group_id = p_business_group_id ;
56: --
57: begin
58: --

Line 1403: from per_business_groups pbg

1399: pbg.default_start_time,
1400: pbg.default_end_time,
1401: pbg.people_group_structure,
1402: pbg.method_of_generation_apl_num
1403: from per_business_groups pbg
1404: where business_group_id = p_business_group_id ;
1405: begin
1406: --
1407: hr_utility.set_location('PER_APPLICANT_PKG.GET_DB_DEFAULT_VALUES' , 1 ) ;