DBA Data[Home] [Help]

APPS.PSP_PRT_BUS dependencies on PSP_PRT_SHD

Line 188: (p_rec in psp_prt_shd.g_rec_type

184: --
185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_rec in psp_prt_shd.g_rec_type
189: ) IS
190: --
191: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
192: --

Line 198: IF NOT psp_prt_shd.api_updating

194: --
195: -- Only proceed with the validation if a row exists for the current
196: -- record in the HR Schema.
197: --
198: IF NOT psp_prt_shd.api_updating
199: (p_template_id => p_rec.template_id
200: ,p_object_version_number => p_rec.object_version_number
201: ) THEN
202: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 217: (p_rec in psp_prt_shd.g_rec_type

213: -- ----------------------------------------------------------------------------
214: -- |---------------------------< insert_validate >----------------------------|
215: -- ----------------------------------------------------------------------------
216: Procedure insert_validate
217: (p_rec in psp_prt_shd.g_rec_type
218: ) is
219: --
220: l_proc varchar2(72) := g_package||'insert_validate';
221: --

Line 229: ,p_associated_column1 => psp_prt_shd.g_tab_nam

225: -- Call all supporting business operations
226: --
227: hr_api.validate_bus_grp_id
228: (p_business_group_id => p_rec.business_group_id
229: ,p_associated_column1 => psp_prt_shd.g_tab_nam
230: || '.BUSINESS_GROUP_ID');
231: --
232: -- After validating the set of important attributes,
233: -- if Multiple Message detection is enabled and at least

Line 248: (p_rec in psp_prt_shd.g_rec_type

244: -- ----------------------------------------------------------------------------
245: -- |---------------------------< update_validate >----------------------------|
246: -- ----------------------------------------------------------------------------
247: Procedure update_validate
248: (p_rec in psp_prt_shd.g_rec_type
249: ) is
250: --
251: l_proc varchar2(72) := g_package||'update_validate';
252: --

Line 260: ,p_associated_column1 => psp_prt_shd.g_tab_nam

256: -- Call all supporting business operations
257: --
258: hr_api.validate_bus_grp_id
259: (p_business_group_id => p_rec.business_group_id
260: ,p_associated_column1 => psp_prt_shd.g_tab_nam
261: || '.BUSINESS_GROUP_ID');
262: --
263: -- After validating the set of important attributes,
264: -- if Multiple Message detection is enabled and at least

Line 283: (p_rec in psp_prt_shd.g_rec_type

279: -- ----------------------------------------------------------------------------
280: -- |---------------------------< delete_validate >----------------------------|
281: -- ----------------------------------------------------------------------------
282: Procedure delete_validate
283: (p_rec in psp_prt_shd.g_rec_type
284: ) is
285: --
286: l_proc varchar2(72) := g_package||'delete_validate';
287: --