DBA Data[Home] [Help]

APPS.HR_POSITION_REQUIREMENT_API dependencies on HR_POSITIONS_F

Line 128: -- Changed 02-Oct-99 SCNair (per_positions to hr_positions_f)

124: l_job_requirement_id number;
125: l_object_version_number number;
126: l_anc_name varchar2(2000);
127: --
128: -- Changed 02-Oct-99 SCNair (per_positions to hr_positions_f)
129: -- Date tracked Positions requirement
130: --
131: cursor csr_pos_bg is
132: select business_group_id

Line 133: from hr_positions_f

129: -- Date tracked Positions requirement
130: --
131: cursor csr_pos_bg is
132: select business_group_id
133: from hr_positions_f
134: where position_id = p_position_id;
135: --
136: -- bug 2292372 get segment values where analysis criteria id is known
137: --