DBA Data[Home] [Help]

APPS.PQH_RHT_BUS dependencies on PER_POS_STRUCTURE_VERSIONS

Line 111: from per_pos_structure_versions a

107: l_dummy varchar2(1);
108: --
109: cursor c1 is
110: select null
111: from per_pos_structure_versions a
112: where a.pos_structure_version_id = p_pos_structure_version_id;
113: --
114: Begin
115: --

Line 128: -- check if pos_structure_version_id value exists in per_pos_structure_versions table

124: <> nvl(pqh_rht_shd.g_old_rec.pos_structure_version_id,hr_api.g_number)
125: or not l_api_updating) and
126: p_pos_structure_version_id is not null then
127: --
128: -- check if pos_structure_version_id value exists in per_pos_structure_versions table
129: --
130: open c1;
131: --
132: fetch c1 into l_dummy;

Line 137: -- raise error as FK does not relate to PK in per_pos_structure_versions

133: if c1%notfound then
134: --
135: close c1;
136: --
137: -- raise error as FK does not relate to PK in per_pos_structure_versions
138: -- table.
139: --
140: pqh_rht_shd.constraint_error('PQH_ROUTING_HISTORY_FK7');
141: --