DBA Data[Home] [Help]

APPS.PAY_GBE_INS dependencies on PAY_GBE_SHD

Line 54: (p_rec in out nocopy pay_gbe_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy pay_gbe_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --

Line 93: pay_gbe_shd.constraint_error

89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated
92: --
93: pay_gbe_shd.constraint_error
94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.parent_integrity_violated Then
96: -- Parent integrity has been violated
97: --

Line 98: pay_gbe_shd.constraint_error

94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.parent_integrity_violated Then
96: -- Parent integrity has been violated
97: --
98: pay_gbe_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: --

Line 103: pay_gbe_shd.constraint_error

99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: --
103: pay_gbe_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: --
107: Raise;

Line 148: (p_rec in out nocopy pay_gbe_shd.g_rec_type

144: --
145: -- {End Of Comments}
146: -- ----------------------------------------------------------------------------
147: Procedure pre_insert
148: (p_rec in out nocopy pay_gbe_shd.g_rec_type
149: ) is
150: --
151: l_proc varchar2(72) := g_package||'pre_insert';
152: --

Line 201: (p_rec in pay_gbe_shd.g_rec_type

197: --
198: -- {End Of Comments}
199: -- ----------------------------------------------------------------------------
200: Procedure post_insert
201: (p_rec in pay_gbe_shd.g_rec_type
202: ) is
203: --
204: l_proc varchar2(72) := g_package||'post_insert';
205: --

Line 244: (p_rec in out nocopy pay_gbe_shd.g_rec_type

240: -- ----------------------------------------------------------------------------
241: -- |---------------------------------< ins >----------------------------------|
242: -- ----------------------------------------------------------------------------
243: Procedure ins
244: (p_rec in out nocopy pay_gbe_shd.g_rec_type
245: ) is
246: --
247: l_proc varchar2(72) := g_package||'ins';
248: --

Line 288: l_rec pay_gbe_shd.g_rec_type;

284: ,p_grossup_balances_id out nocopy number
285: ,p_object_version_number out nocopy number
286: ) is
287: --
288: l_rec pay_gbe_shd.g_rec_type;
289: l_proc varchar2(72) := g_package||'ins';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);

Line 298: pay_gbe_shd.convert_args

294: -- Call conversion function to turn arguments into the
295: -- p_rec structure.
296: --
297: l_rec :=
298: pay_gbe_shd.convert_args
299: (null
300: ,p_start_date
301: ,p_end_date
302: ,p_source_id