DBA Data[Home] [Help]

APPS.PQH_RAP_BUS dependencies on PQH_RAP_SHD

Line 124: ,p_rec in pqh_rap_shd.g_rec_type

120: -- {End Of Comments}
121: -- ----------------------------------------------------------------------------
122: Procedure chk_non_updateable_args
123: (p_effective_date in date
124: ,p_rec in pqh_rap_shd.g_rec_type
125: ) IS
126: --
127: l_proc constant varchar2(72) := g_package || 'chk_non_updateable_args';
128: --

Line 135: IF NOT pqh_rap_shd.api_updating

131: --
132: -- Only proceed with the validation if a row exists for the current
133: -- record in the HR Schema.
134: --
135: IF NOT pqh_rap_shd.api_updating
136: (p_rank_process_approval_id => p_rec.rank_process_approval_id
137: ,p_object_version_number => p_rec.object_version_number
138: ) THEN
139: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 153: ,p_rec in pqh_rap_shd.g_rec_type

149: -- |---------------------------< insert_validate >----------------------------|
150: -- ----------------------------------------------------------------------------
151: Procedure insert_validate
152: (p_effective_date in date
153: ,p_rec in pqh_rap_shd.g_rec_type
154: ) is
155: --
156: l_proc constant varchar2(72):= g_package||'insert_validate';
157: --

Line 176: ,p_rec in pqh_rap_shd.g_rec_type

172: -- |---------------------------< update_validate >----------------------------|
173: -- ----------------------------------------------------------------------------
174: Procedure update_validate
175: (p_effective_date in date
176: ,p_rec in pqh_rap_shd.g_rec_type
177: ) is
178: --
179: l_proc constant varchar2(72):= g_package||'update_validate';
180: --

Line 204: (p_rec in pqh_rap_shd.g_rec_type

200: -- ----------------------------------------------------------------------------
201: -- |---------------------------< delete_validate >----------------------------|
202: -- ----------------------------------------------------------------------------
203: Procedure delete_validate
204: (p_rec in pqh_rap_shd.g_rec_type
205: ) is
206: --
207: l_proc constant varchar2(72) := g_package||'delete_validate';
208: --