DBA Data[Home] [Help]

APPS.BEN_XID_BUS dependencies on BEN_XID_SHD

Line 106: l_api_updating := ben_xid_shd.api_updating

102: Begin
103: --
104: hr_utility.set_location('Entering:'||l_proc, 5);
105: --
106: l_api_updating := ben_xid_shd.api_updating
107: (p_ext_incl_data_elmt_id => p_ext_incl_data_elmt_id,
108: p_object_version_number => p_object_version_number);
109: --
110: if (l_api_updating

Line 112: <> ben_xid_shd.g_old_rec.ext_incl_data_elmt_id) then

108: p_object_version_number => p_object_version_number);
109: --
110: if (l_api_updating
111: and nvl(p_ext_incl_data_elmt_id,hr_api.g_number)
112: <> ben_xid_shd.g_old_rec.ext_incl_data_elmt_id) then
113: --
114: -- raise error as PK has changed
115: --
116: ben_xid_shd.constraint_error('BEN_EXT_INCL_DATA_ELMT_PK');

Line 116: ben_xid_shd.constraint_error('BEN_EXT_INCL_DATA_ELMT_PK');

112: <> ben_xid_shd.g_old_rec.ext_incl_data_elmt_id) then
113: --
114: -- raise error as PK has changed
115: --
116: ben_xid_shd.constraint_error('BEN_EXT_INCL_DATA_ELMT_PK');
117: --
118: elsif not l_api_updating then
119: --
120: -- check if PK is null

Line 126: ben_xid_shd.constraint_error('BEN_EXT_INCL_DATA_ELMT_PK');

122: if p_ext_incl_data_elmt_id is not null then
123: --
124: -- raise error as PK is not null
125: --
126: ben_xid_shd.constraint_error('BEN_EXT_INCL_DATA_ELMT_PK');
127: --
128: end if;
129: --
130: end if;

Line 187: Procedure insert_validate(p_rec in ben_xid_shd.g_rec_type) is

183: --
184: -- ----------------------------------------------------------------------------
185: -- |---------------------------< insert_validate >----------------------------|
186: -- ----------------------------------------------------------------------------
187: Procedure insert_validate(p_rec in ben_xid_shd.g_rec_type) is
188: --
189: l_proc varchar2(72) := g_package||'insert_validate';
190: --
191: Begin

Line 214: Procedure update_validate(p_rec in ben_xid_shd.g_rec_type) is

210: --
211: -- ----------------------------------------------------------------------------
212: -- |---------------------------< update_validate >----------------------------|
213: -- ----------------------------------------------------------------------------
214: Procedure update_validate(p_rec in ben_xid_shd.g_rec_type) is
215: --
216: l_proc varchar2(72) := g_package||'update_validate';
217: --
218: Begin

Line 241: Procedure delete_validate(p_rec in ben_xid_shd.g_rec_type) is

237: --
238: -- ----------------------------------------------------------------------------
239: -- |---------------------------< delete_validate >----------------------------|
240: -- ----------------------------------------------------------------------------
241: Procedure delete_validate(p_rec in ben_xid_shd.g_rec_type) is
242: --
243: l_proc varchar2(72) := g_package||'delete_validate';
244: --
245: Begin

Line 252: ,ben_xid_shd.g_old_rec.business_group_id

248: -- Call all supporting business operations
249: --
250: --
251: chk_startup_action(False
252: ,ben_xid_shd.g_old_rec.business_group_id
253: ,ben_xid_shd.g_old_rec.legislation_code);
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: End delete_validate;

Line 253: ,ben_xid_shd.g_old_rec.legislation_code);

249: --
250: --
251: chk_startup_action(False
252: ,ben_xid_shd.g_old_rec.business_group_id
253: ,ben_xid_shd.g_old_rec.legislation_code);
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: End delete_validate;
257: --