DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_ALL_ORGANIZATION_UNITS

Line 50: from per_all_organization_units o

46: select fnd_number.canonical_to_number(o.working_hours),
47: o.frequency,
48: o.default_start_time,
49: o.default_end_time
50: from per_all_organization_units o
51: where o.organization_id = p_organization_id ;
52: --
53: cursor get_bg_conditions is
54: select fnd_number.canonical_to_number(b.working_hours),