DBA Data[Home] [Help]

APPS.PQP_FXT_INS dependencies on PQP_FXT_SHD

Line 76: (p_rec in out nocopy pqp_fxt_shd.g_rec_type

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

Line 111: pqp_fxt_shd.constraint_error

107: Exception
108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated
110: --
111: pqp_fxt_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: --

Line 116: pqp_fxt_shd.constraint_error

112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When hr_api.parent_integrity_violated Then
114: -- Parent integrity has been violated
115: --
116: pqp_fxt_shd.constraint_error
117: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
118: When hr_api.unique_integrity_violated Then
119: -- Unique integrity has been violated
120: --

Line 121: pqp_fxt_shd.constraint_error

117: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
118: When hr_api.unique_integrity_violated Then
119: -- Unique integrity has been violated
120: --
121: pqp_fxt_shd.constraint_error
122: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
123: When Others Then
124: --
125: Raise;

Line 166: (p_rec in out nocopy pqp_fxt_shd.g_rec_type

162: --
163: -- {End Of Comments}
164: -- ----------------------------------------------------------------------------
165: Procedure pre_insert
166: (p_rec in out nocopy pqp_fxt_shd.g_rec_type
167: ) is
168: --
169: Cursor C_Sel1 is select pqp_flxdu_xml_tags_s.nextval from sys.dual;
170: --

Line 253: (p_rec in pqp_fxt_shd.g_rec_type

249: --
250: -- {End Of Comments}
251: -- ----------------------------------------------------------------------------
252: Procedure post_insert
253: (p_rec in pqp_fxt_shd.g_rec_type
254: ) is
255: --
256: l_proc varchar2(72) := g_package||'post_insert';
257: --

Line 292: (p_rec in out nocopy pqp_fxt_shd.g_rec_type

288: -- ----------------------------------------------------------------------------
289: -- |---------------------------------< ins >----------------------------------|
290: -- ----------------------------------------------------------------------------
291: Procedure ins
292: (p_rec in out nocopy pqp_fxt_shd.g_rec_type
293: ) is
294: --
295: l_proc varchar2(72) := g_package||'ins';
296: --

Line 340: l_rec pqp_fxt_shd.g_rec_type;

336: ,p_flxdu_xml_tag_id out nocopy number
337: ,p_object_version_number out nocopy number
338: ) is
339: --
340: l_rec pqp_fxt_shd.g_rec_type;
341: l_proc varchar2(72) := g_package||'ins';
342: --
343: Begin
344: hr_utility.set_location('Entering:'||l_proc, 5);

Line 350: pqp_fxt_shd.convert_args

346: -- Call conversion function to turn arguments into the
347: -- p_rec structure.
348: --
349: l_rec :=
350: pqp_fxt_shd.convert_args
351: (null
352: ,p_flxdu_column_id
353: ,p_flxdu_xml_tag_name
354: ,p_business_group_id