DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_ALL_ORGANIZATION_UNITS

Line 46: from per_all_organization_units o

42: select fnd_number.canonical_to_number(o.working_hours),
43: o.frequency,
44: o.default_start_time,
45: o.default_end_time
46: from per_all_organization_units o
47: where o.organization_id = p_organization_id ;
48: --
49: cursor get_bg_conditions is
50: select fnd_number.canonical_to_number(b.working_hours),