DBA Data[Home] [Help]

APPS.GHR_NRE_INS dependencies on GHR_NRE_SHD

Line 47: Procedure insert_dml(p_rec in out NOCOPY ghr_nre_shd.g_rec_type) is

43: -- Internal Row Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml(p_rec in out NOCOPY ghr_nre_shd.g_rec_type) is
48: --
49: l_proc varchar2(72);
50: l_rec ghr_nre_shd.g_rec_type;
51: --

Line 50: l_rec ghr_nre_shd.g_rec_type;

46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml(p_rec in out NOCOPY ghr_nre_shd.g_rec_type) is
48: --
49: l_proc varchar2(72);
50: l_rec ghr_nre_shd.g_rec_type;
51: --
52: Begin
53: l_proc := g_package||'insert_dml';
54: hr_utility.set_location('Entering:'||l_proc, 5);

Line 88: ghr_nre_shd.constraint_error

84: Exception
85: When hr_api.check_integrity_violated Then
86: -- A check constraint has been violated
87: p_rec := l_rec;
88: ghr_nre_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When hr_api.parent_integrity_violated Then
91: -- Parent integrity has been violated
92: p_rec := l_rec;

Line 93: ghr_nre_shd.constraint_error

89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When hr_api.parent_integrity_violated Then
91: -- Parent integrity has been violated
92: p_rec := l_rec;
93: ghr_nre_shd.constraint_error
94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.unique_integrity_violated Then
96: p_rec := l_rec;
97: -- Unique integrity has been violated

Line 98: ghr_nre_shd.constraint_error

94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.unique_integrity_violated Then
96: p_rec := l_rec;
97: -- Unique integrity has been violated
98: ghr_nre_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When Others Then
101: p_rec := l_rec;
102: Raise;

Line 142: Procedure pre_insert(p_rec in out NOCOPY ghr_nre_shd.g_rec_type) is

138: -- Internal Row Handler Use Only.
139: --
140: -- {End Of Comments}
141: -- ----------------------------------------------------------------------------
142: Procedure pre_insert(p_rec in out NOCOPY ghr_nre_shd.g_rec_type) is
143: --
144: l_proc varchar2(72) ;
145: l_rec ghr_nre_shd.g_rec_type;
146: --

Line 145: l_rec ghr_nre_shd.g_rec_type;

141: -- ----------------------------------------------------------------------------
142: Procedure pre_insert(p_rec in out NOCOPY ghr_nre_shd.g_rec_type) is
143: --
144: l_proc varchar2(72) ;
145: l_rec ghr_nre_shd.g_rec_type;
146: --
147: Cursor C_Sel1 is select ghr_noac_remarks_s.nextval from sys.dual;
148: --
149: Begin

Line 201: p_effective_date in date,p_rec in ghr_nre_shd.g_rec_type) is

197: --
198: -- {End Of Comments}
199: -- ----------------------------------------------------------------------------
200: Procedure post_insert(
201: p_effective_date in date,p_rec in ghr_nre_shd.g_rec_type) is
202: --
203: l_proc varchar2(72);
204: --
205: Begin

Line 249: p_rec in out NOCOPY ghr_nre_shd.g_rec_type

245: -- ----------------------------------------------------------------------------
246: Procedure ins
247: (
248: p_effective_date in date,
249: p_rec in out NOCOPY ghr_nre_shd.g_rec_type
250: ) is
251: --
252: l_proc varchar2(72) ;
253: l_rec ghr_nre_shd.g_rec_type ;

Line 253: l_rec ghr_nre_shd.g_rec_type ;

249: p_rec in out NOCOPY ghr_nre_shd.g_rec_type
250: ) is
251: --
252: l_proc varchar2(72) ;
253: l_rec ghr_nre_shd.g_rec_type ;
254: --
255: Begin
256: l_proc := g_package||'ins';
257: hr_utility.set_location('Entering:'||l_proc, 5);

Line 299: l_rec ghr_nre_shd.g_rec_type;

295: p_date_to in date default null,
296: p_object_version_number out NOCOPY number
297: ) is
298: --
299: l_rec ghr_nre_shd.g_rec_type;
300: l_proc varchar2(72) ;
301: --
302: Begin
303: l_proc := g_package||'ins';

Line 310: ghr_nre_shd.convert_args

306: -- Call conversion function to turn arguments into the
307: -- p_rec structure.
308: --
309: l_rec :=
310: ghr_nre_shd.convert_args
311: (
312: null,
313: p_nature_of_action_id,
314: p_remark_id,