DBA Data[Home] [Help]

APPS.PAY_RFP_UPD dependencies on PAY_RFP_SHD

Line 55: (p_rec in out nocopy pay_rfp_shd.g_rec_type

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

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

62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pay_rfp_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_report_format_parameters Row
69: --
70: update pay_report_format_parameters

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

75: ,object_version_number = p_rec.object_version_number
76: where report_format_mapping_id = p_rec.report_format_mapping_id
77: and parameter_name = p_rec.parameter_name;
78: --
79: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception

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

82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated
86: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
87: pay_rfp_shd.constraint_error
88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated

Line 87: pay_rfp_shd.constraint_error

83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated
86: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
87: pay_rfp_shd.constraint_error
88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

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

87: pay_rfp_shd.constraint_error
88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
92: pay_rfp_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated

Line 92: pay_rfp_shd.constraint_error

88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
92: pay_rfp_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

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

92: pay_rfp_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
97: pay_rfp_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When Others Then
100: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status

Line 97: pay_rfp_shd.constraint_error

93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
97: pay_rfp_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When Others Then
100: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
101: Raise;

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

96: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
97: pay_rfp_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When Others Then
100: pay_rfp_shd.g_api_dml := false; -- Unset the api dml status
101: Raise;
102: End update_dml;
103: --
104: -- ----------------------------------------------------------------------------

Line 137: (p_rec in pay_rfp_shd.g_rec_type

133: --
134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure pre_update
137: (p_rec in pay_rfp_shd.g_rec_type
138: ) is
139: --
140: l_proc varchar2(72) := g_package||'pre_update';
141: --

Line 181: (p_rec in pay_rfp_shd.g_rec_type

177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure post_update
181: (p_rec in pay_rfp_shd.g_rec_type
182: ) is
183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --

Line 236: (p_rec in out nocopy pay_rfp_shd.g_rec_type

232: --
233: -- {End Of Comments}
234: -- ----------------------------------------------------------------------------
235: Procedure convert_defs
236: (p_rec in out nocopy pay_rfp_shd.g_rec_type
237: ) is
238: --
239: Begin
240: --

Line 248: pay_rfp_shd.g_old_rec.parameter_value;

244: -- is being used then we must set to the 'current' argument value.
245: --
246: If (p_rec.parameter_value = hr_api.g_varchar2) then
247: p_rec.parameter_value :=
248: pay_rfp_shd.g_old_rec.parameter_value;
249: End If;
250: --
251: End convert_defs;
252: --

Line 257: (p_rec in out nocopy pay_rfp_shd.g_rec_type

253: -- ----------------------------------------------------------------------------
254: -- |---------------------------------< upd >----------------------------------|
255: -- ----------------------------------------------------------------------------
256: Procedure upd
257: (p_rec in out nocopy pay_rfp_shd.g_rec_type
258: ) is
259: --
260: l_proc varchar2(72) := g_package||'upd';
261: --

Line 267: pay_rfp_shd.lck

263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: -- We must lock the row which we need to update.
266: --
267: pay_rfp_shd.lck
268: (p_rec.report_format_mapping_id
269: ,p_rec.parameter_name
270: ,p_rec.object_version_number
271: );

Line 315: l_rec pay_rfp_shd.g_rec_type;

311: ,p_parameter_value in varchar2 default hr_api.g_varchar2
312: ,p_object_version_number in out nocopy number
313: ) is
314: --
315: l_rec pay_rfp_shd.g_rec_type;
316: l_proc varchar2(72) := g_package||'upd';
317: --
318: Begin
319: hr_utility.set_location('Entering:'||l_proc, 5);

Line 325: pay_rfp_shd.convert_args

321: -- Call conversion function to turn arguments into the
322: -- l_rec structure.
323: --
324: l_rec :=
325: pay_rfp_shd.convert_args
326: (p_report_format_mapping_id
327: ,p_parameter_name
328: ,p_parameter_value
329: ,p_object_version_number