DBA Data[Home] [Help]

APPS.PER_QH_FIND_QUERY dependencies on HR_LEG_ESTABLISHMENTS_V

Line 88: ,establishment hr_leg_establishments_v.name%type default null

84: ,bargaining_unit_code per_all_assignments_f.bargaining_unit_code%type default null
85: ,employment_category_meaning hr_lookups.meaning%type default null
86: ,employment_category per_all_assignments_f.employment_category%type default null
87: -- BUG 3002915 starts here. modified type.
88: ,establishment hr_leg_establishments_v.name%type default null
89: ,establishment_id hr_leg_establishments_v.organization_id%type default null
90: -- BUG 3002915 ends here.
91: ,projected_hire_date per_applications.projected_hire_date%type default null
92: ,secure varchar2 default null

Line 89: ,establishment_id hr_leg_establishments_v.organization_id%type default null

85: ,employment_category_meaning hr_lookups.meaning%type default null
86: ,employment_category per_all_assignments_f.employment_category%type default null
87: -- BUG 3002915 starts here. modified type.
88: ,establishment hr_leg_establishments_v.name%type default null
89: ,establishment_id hr_leg_establishments_v.organization_id%type default null
90: -- BUG 3002915 ends here.
91: ,projected_hire_date per_applications.projected_hire_date%type default null
92: ,secure varchar2 default null
93: ,field1_name varchar2 default null

Line 605: 'hr_leg_establishments_v hle','hle.organization_id','hle.name');

601: --,'per_establishment_attendances peat_a, per_establishments pest_a ','peat_a.person_id','pest_a.name'
602: --,'pest_a.establishment_id=peat_a.establishment_id');
603: --
604: l_a_where_clause:=build_varchar2_where('per_asg.establishment_id',p_condition,p_value,
605: 'hr_leg_establishments_v hle','hle.organization_id','hle.name');
606: l_asg:=TRUE;
607: -- bug 3002915 ends here.
608: elsif p_field_name='USER_PERSON_TYPE' then
609: l_a_where_clause:=build_varchar2_where

Line 1265: ||' from hr_leg_establishments_v hle'

1261: -- bug 3002915 ends here.
1262: elsif establishment is not null then
1263: l_where_clause:=l_where_clause||' and exists'
1264: ||' (select 1'
1265: ||' from hr_leg_establishments_v hle'
1266: ||' where hle.organization_id = per_asg.establishment_id and upper(hle.name) like('''||upper(establishment)||'''))';
1267:
1268: l_asg:=TRUE;
1269: --bug 3002915.

Line 2514: ,establishment in hr_leg_establishments_v.name%type default null

2510: ,bargaining_unit_code in per_all_assignments_f.bargaining_unit_code%type default null
2511: ,employment_category_meaning in hr_lookups.meaning%type default null
2512: ,employment_category in per_all_assignments_f.employment_category%type default null
2513: --bug 3002915 starts here. modified the type.
2514: ,establishment in hr_leg_establishments_v.name%type default null
2515: ,establishment_id in hr_leg_establishments_v.organization_id%type default null
2516: --bug 3002915 ends here.
2517: ,projected_hire_date in per_applications.projected_hire_date%type default null
2518: ,secure in varchar2 default null

Line 2515: ,establishment_id in hr_leg_establishments_v.organization_id%type default null

2511: ,employment_category_meaning in hr_lookups.meaning%type default null
2512: ,employment_category in per_all_assignments_f.employment_category%type default null
2513: --bug 3002915 starts here. modified the type.
2514: ,establishment in hr_leg_establishments_v.name%type default null
2515: ,establishment_id in hr_leg_establishments_v.organization_id%type default null
2516: --bug 3002915 ends here.
2517: ,projected_hire_date in per_applications.projected_hire_date%type default null
2518: ,secure in varchar2 default null
2519: ,field1_name in varchar2 default null