DBA Data[Home] [Help]

APPS.PAY_RCU_INS dependencies on PAY_RETRO_COMPONENT_USAGES

Line 135: -- Insert the row into: pay_retro_component_usages

131: p_rec.object_version_number := 1; -- Initialise the object version
132: --
133: --
134: --
135: -- Insert the row into: pay_retro_component_usages
136: --
137: insert into pay_retro_component_usages
138: (retro_component_usage_id
139: ,business_group_id

Line 137: insert into pay_retro_component_usages

133: --
134: --
135: -- Insert the row into: pay_retro_component_usages
136: --
137: insert into pay_retro_component_usages
138: (retro_component_usage_id
139: ,business_group_id
140: ,legislation_code
141: ,retro_component_id

Line 229: Cursor C_Sel1 is select pay_retro_component_usages_s.nextval from sys.dual;

225: Procedure pre_insert
226: (p_rec in out nocopy pay_rcu_shd.g_rec_type
227: ) is
228: --
229: Cursor C_Sel1 is select pay_retro_component_usages_s.nextval from sys.dual;
230: --
231: Cursor C_Sel2 is
232: Select null
233: from pay_retro_component_usages

Line 233: from pay_retro_component_usages

229: Cursor C_Sel1 is select pay_retro_component_usages_s.nextval from sys.dual;
230: --
231: Cursor C_Sel2 is
232: Select null
233: from pay_retro_component_usages
234: where retro_component_usage_id =
235: pay_rcu_ins.g_retro_component_usage_id_i;
236: --
237: l_proc varchar2(72) := g_package||'pre_insert';

Line 255: fnd_message.set_token('TABLE_NAME','pay_retro_component_usages');

251: --
252: -- The primary key values are already in use.
253: --
254: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
255: fnd_message.set_token('TABLE_NAME','pay_retro_component_usages');
256: fnd_message.raise_error;
257: End If;
258: Close C_Sel2;
259: --

Line 360: (p_module_name => 'PAY_RETRO_COMPONENT_USAGES'

356: --
357: when hr_api.cannot_find_prog_unit then
358: --
359: hr_api.cannot_find_prog_unit_error
360: (p_module_name => 'PAY_RETRO_COMPONENT_USAGES'
361: ,p_hook_type => 'AI');
362: --
363: end;
364: --