DBA Data[Home] [Help]

APPS.PAY_FRR_INS dependencies on PAY_FRR_SHD

Line 80: (p_rec in out nocopy pay_frr_shd.g_rec_type

76: --
77: -- {End Of Comments}
78: -- ----------------------------------------------------------------------------
79: Procedure dt_insert_dml
80: (p_rec in out nocopy pay_frr_shd.g_rec_type
81: ,p_effective_date in date
82: ,p_datetrack_mode in varchar2
83: ,p_validation_start_date in date
84: ,p_validation_end_date in date

Line 94: pay_frr_shd.g_old_rec.effective_start_date

90: t.creation_date
91: from pay_formula_result_rules_f t
92: where t.formula_result_rule_id = p_rec.formula_result_rule_id
93: and t.effective_start_date =
94: pay_frr_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pay_formula_result_rules_f.created_by%TYPE;

Line 154: pay_frr_shd.g_api_dml := true; -- Set the api dml status

150: Else
151: p_rec.object_version_number := 1; -- Initialise the object version
152: End If;
153: --
154: pay_frr_shd.g_api_dml := true; -- Set the api dml status
155: --
156: -- Insert the row into: pay_formula_result_rules_f
157: --
158: insert into pay_formula_result_rules_f

Line 199: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

195: ,l_last_updated_by
196: ,l_last_update_login
197: );
198: --
199: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
200: hr_utility.set_location(' Leaving:'||l_proc, 15);
201: --
202: Exception
203: When hr_api.check_integrity_violated Then

Line 205: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

201: --
202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
206: pay_frr_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated

Line 206: pay_frr_shd.constraint_error

202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
206: pay_frr_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

Line 210: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

206: pay_frr_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
211: pay_frr_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

Line 211: pay_frr_shd.constraint_error

207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
211: pay_frr_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
215: Raise;

Line 214: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

210: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
211: pay_frr_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
215: Raise;
216: End dt_insert_dml;
217: --
218: -- ----------------------------------------------------------------------------

Line 270: (p_rec in out nocopy pay_frr_shd.g_rec_type

266: -- ----------------------------------------------------------------------------
267: -- |------------------------------< insert_dml >------------------------------|
268: -- ----------------------------------------------------------------------------
269: Procedure insert_dml
270: (p_rec in out nocopy pay_frr_shd.g_rec_type
271: ,p_effective_date in date
272: ,p_datetrack_mode in varchar2
273: ,p_validation_start_date in date
274: ,p_validation_end_date in date

Line 333: (p_rec in out nocopy pay_frr_shd.g_rec_type

329: --
330: -- {End Of Comments}
331: -- ----------------------------------------------------------------------------
332: Procedure pre_insert
333: (p_rec in out nocopy pay_frr_shd.g_rec_type
334: ,p_effective_date in date
335: ,p_datetrack_mode in varchar2
336: ,p_validation_start_date in date
337: ,p_validation_end_date in date

Line 425: (p_rec in pay_frr_shd.g_rec_type

421: --
422: -- {End Of Comments}
423: -- ----------------------------------------------------------------------------
424: Procedure post_insert
425: (p_rec in pay_frr_shd.g_rec_type
426: ,p_effective_date in date
427: ,p_datetrack_mode in varchar2
428: ,p_validation_start_date in date
429: ,p_validation_end_date in date

Line 531: ,p_rec in pay_frr_shd.g_rec_type

527: -- ----------------------------------------------------------------------------
528: Procedure ins_lck
529: (p_effective_date in date
530: ,p_datetrack_mode in varchar2
531: ,p_rec in pay_frr_shd.g_rec_type
532: ,p_validation_start_date out nocopy date
533: ,p_validation_end_date out nocopy date
534: ) is
535: --

Line 571: ,p_rec in out nocopy pay_frr_shd.g_rec_type

567: -- |---------------------------------< ins >----------------------------------|
568: -- ----------------------------------------------------------------------------
569: Procedure ins
570: (p_effective_date in date
571: ,p_rec in out nocopy pay_frr_shd.g_rec_type
572: ) is
573: --
574: l_proc varchar2(72) := g_package||'ins';
575: l_datetrack_mode varchar2(30) := hr_api.g_insert;

Line 675: l_rec pay_frr_shd.g_rec_type;

671: ,p_effective_start_date out nocopy date
672: ,p_effective_end_date out nocopy date
673: ) is
674: --
675: l_rec pay_frr_shd.g_rec_type;
676: l_proc varchar2(72) := g_package||'ins';
677: --
678: Begin
679: hr_utility.set_location('Entering:'||l_proc, 5);

Line 685: pay_frr_shd.convert_args

681: -- Call conversion function to turn arguments into the
682: -- p_rec structure.
683: --
684: l_rec :=
685: pay_frr_shd.convert_args
686: (null
687: ,null
688: ,null
689: ,p_business_group_id