DBA Data[Home] [Help]

APPS.PER_QH_SUMMARY_QUERY dependencies on PER_ESTABLISHMENTS

Line 295: ,establishment per_establishments.name%type

291: ,cagr_id_flex_name fnd_id_flex_structures_v.id_flex_structure_name%type
292: ,cagr_grade varchar2(150)
293: ,cagr_grade_def_id per_all_assignments_f.cagr_grade_def_id%type
294: --Bug 4003788
295: ,establishment per_establishments.name%type
296: ,asg_object_version_number number
297: ,asg_update_allowed varchar2(5)
298: ,projected_hire_date per_applications.projected_hire_date%type
299: ,appl_attribute_category per_applications.appl_attribute_category%type

Line 704: ,ea1_establishment per_establishments.name%type

700: -- Bug 3357807 End Here
701: ,ea1_attended_start_date per_establishment_attendances.attended_start_date%type
702: ,ea1_full_time per_establishment_attendances.full_time%type
703: ,ea1_attended_end_date per_establishment_attendances.attended_end_date%type
704: ,ea1_establishment per_establishments.name%type
705: ,ea2_attended_start_date per_establishment_attendances.attended_start_date%type
706: ,ea2_full_time per_establishment_attendances.full_time%type
707: ,ea2_attended_end_date per_establishment_attendances.attended_end_date%type
708: ,ea2_establishment per_establishments.name%type

Line 708: ,ea2_establishment per_establishments.name%type

704: ,ea1_establishment per_establishments.name%type
705: ,ea2_attended_start_date per_establishment_attendances.attended_start_date%type
706: ,ea2_full_time per_establishment_attendances.full_time%type
707: ,ea2_attended_end_date per_establishment_attendances.attended_end_date%type
708: ,ea2_establishment per_establishments.name%type
709: ,ea3_attended_start_date per_establishment_attendances.attended_start_date%type
710: ,ea3_full_time per_establishment_attendances.full_time%type
711: ,ea3_attended_end_date per_establishment_attendances.attended_end_date%type
712: ,ea3_establishment per_establishments.name%type

Line 712: ,ea3_establishment per_establishments.name%type

708: ,ea2_establishment per_establishments.name%type
709: ,ea3_attended_start_date per_establishment_attendances.attended_start_date%type
710: ,ea3_full_time per_establishment_attendances.full_time%type
711: ,ea3_attended_end_date per_establishment_attendances.attended_end_date%type
712: ,ea3_establishment per_establishments.name%type
713: ,ea4_attended_start_date per_establishment_attendances.attended_start_date%type
714: ,ea4_full_time per_establishment_attendances.full_time%type
715: ,ea4_attended_end_date per_establishment_attendances.attended_end_date%type
716: ,ea4_establishment per_establishments.name%type

Line 716: ,ea4_establishment per_establishments.name%type

712: ,ea3_establishment per_establishments.name%type
713: ,ea4_attended_start_date per_establishment_attendances.attended_start_date%type
714: ,ea4_full_time per_establishment_attendances.full_time%type
715: ,ea4_attended_end_date per_establishment_attendances.attended_end_date%type
716: ,ea4_establishment per_establishments.name%type
717: );
718:
719: type sumtab is table of sumrec
720: index by binary_integer;