DBA Data[Home] [Help]

APPS.PQH_CRL_INS dependencies on PQH_CRL_INS

Line 1: Package Body pqh_crl_ins as

1: Package Body pqh_crl_ins as
2: /* $Header: pqcrlrhi.pkb 120.2 2005/12/07 13:23 srajakum noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pqh_crl_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_crl_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 250: pqh_crl_ins.pre_insert

246: hr_multi_message.end_validation_set;
247: --
248: -- Call the supporting pre-insert operation
249: --
250: pqh_crl_ins.pre_insert
251: (p_rec => p_rec
252: ,p_criteria_rate_defn_id => p_criteria_rate_defn_id
253: );
254: --

Line 257: pqh_crl_ins.insert_dml(p_rec);

253: );
254: --
255: -- Insert the row
256: --
257: pqh_crl_ins.insert_dml(p_rec);
258: --
259: -- Call the supporting post-insert operation
260: --
261: pqh_crl_ins.post_insert

Line 261: pqh_crl_ins.post_insert

257: pqh_crl_ins.insert_dml(p_rec);
258: --
259: -- Call the supporting post-insert operation
260: --
261: pqh_crl_ins.post_insert
262: (p_effective_date
263: ,p_rec
264: );
265: --

Line 303: pqh_crl_ins.ins

299: --
300: -- Having converted the arguments into the pqh_crl_rec
301: -- plsql record structure we call the corresponding record business process.
302: --
303: pqh_crl_ins.ins
304: (p_effective_date => p_effective_date
305: ,p_rec => l_rec
306: ,p_criteria_rate_defn_id => p_criteria_rate_defn_id
307: );

Line 346: pqh_crl_ins.ins

342: --
343: -- Insert a row for the base language and every installed language.
344: --
345: for l_lang in csr_ins_langs loop
346: pqh_crl_ins.ins
347: (p_effective_date => p_effective_date
348: ,p_criteria_rate_defn_id => p_criteria_rate_defn_id
349: ,p_language => l_lang.language_code
350: ,p_source_lang => p_language_code

Line 358: end pqh_crl_ins;

354: --
355: hr_utility.set_location('Leaving:'||l_proc,20);
356: End ins_tl;
357: --
358: end pqh_crl_ins;