DBA Data[Home] [Help]

APPS.PAY_RFP_INS dependencies on PAY_RFP_SHD

Line 79: (p_rec in out nocopy pay_rfp_shd.g_rec_type

75: --
76: -- {End Of Comments}
77: -- ----------------------------------------------------------------------------
78: Procedure insert_dml
79: (p_rec in out nocopy pay_rfp_shd.g_rec_type
80: ) is
81: --
82: l_proc varchar2(72) := g_package||'insert_dml';
83: --

Line 88: pay_rfp_shd.g_api_dml := true; -- Set the api dml status

84: Begin
85: hr_utility.set_location('Entering:'||l_proc, 5);
86: p_rec.object_version_number := 1; -- Initialise the object version
87: --
88: pay_rfp_shd.g_api_dml := true; -- Set the api dml status
89: --
90: -- Insert the row into: pay_report_format_parameters
91: --
92: insert into pay_report_format_parameters

Line 105: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

101: ,p_rec.parameter_value
102: ,p_rec.object_version_number
103: );
104: --
105: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: Exception
109: When hr_api.check_integrity_violated Then

Line 111: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: Exception
109: When hr_api.check_integrity_violated Then
110: -- A check constraint has been violated
111: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
112: pay_rfp_shd.constraint_error
113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.parent_integrity_violated Then
115: -- Parent integrity has been violated

Line 112: pay_rfp_shd.constraint_error

108: Exception
109: When hr_api.check_integrity_violated Then
110: -- A check constraint has been violated
111: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
112: pay_rfp_shd.constraint_error
113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.parent_integrity_violated Then
115: -- Parent integrity has been violated
116: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

Line 116: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

112: pay_rfp_shd.constraint_error
113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.parent_integrity_violated Then
115: -- Parent integrity has been violated
116: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
117: pay_rfp_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.unique_integrity_violated Then
120: -- Unique integrity has been violated

Line 117: pay_rfp_shd.constraint_error

113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.parent_integrity_violated Then
115: -- Parent integrity has been violated
116: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
117: pay_rfp_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.unique_integrity_violated Then
120: -- Unique integrity has been violated
121: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

Line 121: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

117: pay_rfp_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.unique_integrity_violated Then
120: -- Unique integrity has been violated
121: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
122: pay_rfp_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When Others Then
125: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

Line 122: pay_rfp_shd.constraint_error

118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.unique_integrity_violated Then
120: -- Unique integrity has been violated
121: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
122: pay_rfp_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When Others Then
125: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
126: Raise;

Line 125: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

121: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
122: pay_rfp_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When Others Then
125: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
126: Raise;
127: End insert_dml;
128: --
129: -- ----------------------------------------------------------------------------

Line 167: (p_rec in out nocopy pay_rfp_shd.g_rec_type

163: --
164: -- {End Of Comments}
165: -- ----------------------------------------------------------------------------
166: Procedure pre_insert
167: (p_rec in out nocopy pay_rfp_shd.g_rec_type
168: ) is
169: --
170: l_proc varchar2(72) := g_package||'pre_insert';
171: --

Line 214: (p_rec in pay_rfp_shd.g_rec_type

210: --
211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure post_insert
214: (p_rec in pay_rfp_shd.g_rec_type
215: ) is
216: --
217: l_proc varchar2(72) := g_package||'post_insert';
218: --

Line 229: (p_rec in out nocopy pay_rfp_shd.g_rec_type

225: -- ----------------------------------------------------------------------------
226: -- |---------------------------------< ins >----------------------------------|
227: -- ----------------------------------------------------------------------------
228: Procedure ins
229: (p_rec in out nocopy pay_rfp_shd.g_rec_type
230: ) is
231: --
232: l_proc varchar2(72) := g_package||'ins';
233: --

Line 276: l_rec pay_rfp_shd.g_rec_type;

272: ,p_parameter_value in varchar2
273: ,p_object_version_number out nocopy number
274: ) is
275: --
276: l_rec pay_rfp_shd.g_rec_type;
277: l_proc varchar2(72) := g_package||'ins';
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);

Line 286: pay_rfp_shd.convert_args

282: -- Call conversion function to turn arguments into the
283: -- p_rec structure.
284: --
285: l_rec :=
286: pay_rfp_shd.convert_args
287: (p_report_format_mapping_id
288: ,p_parameter_name
289: ,p_parameter_value
290: ,null