DBA Data[Home] [Help]

APPS.PAY_PWA_INS dependencies on PAY_PWA_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy pay_pwa_shd.g_rec_type) is

49: -- Internal Row Handler Use Only.
50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml(p_rec in out nocopy pay_pwa_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: pay_pwa_shd.g_api_dml := true; -- Set the api dml status

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: pay_pwa_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_wci_accounts
64: --
65: insert into pay_wci_accounts

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

82: p_rec.comments,
83: p_rec.object_version_number
84: );
85: --
86: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
87: --
88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: Exception
90: When hr_api.check_integrity_violated Then

Line 92: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated
92: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
93: pay_pwa_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

Line 93: pay_pwa_shd.constraint_error

89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated
92: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
93: pay_pwa_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: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

Line 97: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

93: pay_pwa_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: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
98: pay_pwa_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

Line 98: pay_pwa_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: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
98: pay_pwa_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: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

Line 102: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

98: pay_pwa_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: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
103: pay_pwa_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

Line 103: pay_pwa_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: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
103: pay_pwa_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
107: Raise;

Line 106: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status

102: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
103: pay_pwa_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: pay_pwa_shd.g_api_dml := false; -- Unset the api dml status
107: Raise;
108: End insert_dml;
109: --
110: -- ----------------------------------------------------------------------------

Line 147: Procedure pre_insert(p_rec in out nocopy pay_pwa_shd.g_rec_type) is

143: -- Internal Row Handler Use Only.
144: --
145: -- {End Of Comments}
146: -- ----------------------------------------------------------------------------
147: Procedure pre_insert(p_rec in out nocopy pay_pwa_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select pay_wci_accounts_s.nextval from sys.dual;

Line 198: Procedure post_insert(p_rec in pay_pwa_shd.g_rec_type) is

194: -- Internal Row Handler Use Only.
195: --
196: -- {End Of Comments}
197: -- ----------------------------------------------------------------------------
198: Procedure post_insert(p_rec in pay_pwa_shd.g_rec_type) is
199: --
200: l_proc varchar2(72) := g_package||'post_insert';
201: --
202: Begin

Line 243: p_rec in out nocopy pay_pwa_shd.g_rec_type

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

Line 283: l_rec pay_pwa_shd.g_rec_type;

279: p_comments in varchar2 default null,
280: p_object_version_number out nocopy number
281: ) is
282: --
283: l_rec pay_pwa_shd.g_rec_type;
284: l_proc varchar2(72) := g_package||'ins';
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);

Line 293: pay_pwa_shd.convert_args

289: -- Call conversion function to turn arguments into the
290: -- p_rec structure.
291: --
292: l_rec :=
293: pay_pwa_shd.convert_args
294: (
295: null,
296: p_business_group_id,
297: p_carrier_id,