DBA Data[Home] [Help]

APPS.PAY_RCU_BUS dependencies on PAY_RCU_SHD

Line 189: ,p_rec in pay_rcu_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in pay_rcu_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: l_error exception;

Line 201: IF NOT pay_rcu_shd.api_updating

197: --
198: -- Only proceed with the validation if a row exists for the current
199: -- record in the HR Schema.
200: --
201: IF NOT pay_rcu_shd.api_updating
202: (p_retro_component_usage_id => p_rec.retro_component_usage_id
203: ,p_object_version_number => p_rec.object_version_number
204: ) THEN
205: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 214: nvl(pay_rcu_shd.g_old_rec.business_group_id, hr_api.g_number) then

210: --
211: hr_utility.set_location(l_proc, 10);
212: --
213: if nvl(p_rec.business_group_id, hr_api.g_number) <>
214: nvl(pay_rcu_shd.g_old_rec.business_group_id, hr_api.g_number) then
215: l_argument := 'business_group_id';
216: raise l_error;
217: end if;
218: hr_utility.set_location(l_proc, 15);

Line 221: nvl(pay_rcu_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then

217: end if;
218: hr_utility.set_location(l_proc, 15);
219: --
220: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
221: nvl(pay_rcu_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then
222: l_argument := 'legislation_code';
223: raise l_error;
224: end if;
225: hr_utility.set_location(l_proc, 20);

Line 227: if p_rec.retro_component_id <> pay_rcu_shd.g_old_rec.retro_component_id then

223: raise l_error;
224: end if;
225: hr_utility.set_location(l_proc, 20);
226: --
227: if p_rec.retro_component_id <> pay_rcu_shd.g_old_rec.retro_component_id then
228: l_argument := 'retro_component_id';
229: raise l_error;
230: end if;
231: hr_utility.set_location(l_proc, 25);

Line 233: if p_rec.creator_type <> pay_rcu_shd.g_old_rec.creator_type then

229: raise l_error;
230: end if;
231: hr_utility.set_location(l_proc, 25);
232: --
233: if p_rec.creator_type <> pay_rcu_shd.g_old_rec.creator_type then
234: l_argument := 'creator_type';
235: raise l_error;
236: end if;
237: hr_utility.set_location(l_proc, 30);

Line 239: if p_rec.creator_id <> pay_rcu_shd.g_old_rec.creator_id then

235: raise l_error;
236: end if;
237: hr_utility.set_location(l_proc, 30);
238: --
239: if p_rec.creator_id <> pay_rcu_shd.g_old_rec.creator_id then
240: l_argument := 'creator_id';
241: raise l_error;
242: end if;
243: hr_utility.set_location(l_proc, 35);

Line 626: pay_rcu_shd.api_updating

622: -- Check if the retro component usage is being updated and ensure that
623: -- g_old_rec contains the values for this retro_component_usage_id.
624: --
625: l_api_updating :=
626: pay_rcu_shd.api_updating
627: (p_retro_component_usage_id => p_retro_component_usage_id
628: ,p_object_version_number => p_object_version_number);
629:
630: hr_utility.set_location(l_proc, 20);

Line 638: pay_rcu_shd.g_old_rec.reprocess_type <> p_reprocess_type)

634: -- another not null value.
635: -- b) During insert.
636: --
637: if ((l_api_updating and
638: pay_rcu_shd.g_old_rec.reprocess_type <> p_reprocess_type)
639: or
640: NOT l_api_updating) then
641: --
642: hr_utility.set_location(l_proc, 30);

Line 778: pay_rcu_shd.api_updating

774: -- Check if the retro component usage is being updated and ensure that
775: -- g_old_rec contains the values for this retro_component_usage_id.
776: --
777: l_api_updating :=
778: pay_rcu_shd.api_updating
779: (p_retro_component_usage_id => p_retro_component_usage_id
780: ,p_object_version_number => p_object_version_number);
781:
782: hr_utility.set_location(l_proc, 20);

Line 790: pay_rcu_shd.g_old_rec.default_component <> p_default_component)

786: -- another not null value.
787: -- b) During insert.
788: --
789: if ((l_api_updating and
790: pay_rcu_shd.g_old_rec.default_component <> p_default_component)
791: or
792: NOT l_api_updating) then
793: --
794: hr_utility.set_location(l_proc, 30);

Line 908: pay_rcu_shd.api_updating

904: -- Check if the retro component usage is being updated and ensure that
905: -- g_old_rec contains the values for this retro_component_usage_id.
906: --
907: l_api_updating :=
908: pay_rcu_shd.api_updating
909: (p_retro_component_usage_id => p_retro_component_usage_id
910: ,p_object_version_number => p_object_version_number);
911:
912: hr_utility.set_location(l_proc, 20);

Line 919: pay_rcu_shd.g_old_rec.replace_run_flag <> p_replace_run_flag )

915: -- a) During update, the value has actually changed.
916: -- b) During insert.
917: --
918: if ((l_api_updating and
919: pay_rcu_shd.g_old_rec.replace_run_flag <> p_replace_run_flag )
920: or
921: NOT l_api_updating) then
922: --
923: hr_utility.set_location(l_proc, 30);

Line 1033: pay_rcu_shd.api_updating

1029: -- Check if the retro component usage is being updated and ensure that
1030: -- g_old_rec contains the values for this retro_component_usage_id.
1031: --
1032: l_api_updating :=
1033: pay_rcu_shd.api_updating
1034: (p_retro_component_usage_id => p_retro_component_usage_id
1035: ,p_object_version_number => p_object_version_number);
1036:
1037: hr_utility.set_location(l_proc, 20);

Line 1044: pay_rcu_shd.g_old_rec.use_override_dates <> p_use_override_dates )

1040: -- a) During update, the value has actually changed.
1041: -- b) During insert.
1042: --
1043: if ((l_api_updating and
1044: pay_rcu_shd.g_old_rec.use_override_dates <> p_use_override_dates )
1045: or
1046: NOT l_api_updating) then
1047: --
1048: hr_utility.set_location(l_proc, 30);

Line 1092: ,p_rec in pay_rcu_shd.g_rec_type

1088: -- |---------------------------< insert_validate >----------------------------|
1089: -- ----------------------------------------------------------------------------
1090: Procedure insert_validate
1091: (p_effective_date in date
1092: ,p_rec in pay_rcu_shd.g_rec_type
1093: ) is
1094: --
1095: l_proc varchar2(72) := g_package||'insert_validate';
1096: --

Line 1114: ,p_associated_column1 => pay_rcu_shd.g_tab_nam

1110: -- Validate Important Attributes
1111: --
1112: hr_api.validate_bus_grp_id
1113: (p_business_group_id => p_rec.business_group_id
1114: ,p_associated_column1 => pay_rcu_shd.g_tab_nam
1115: || '.BUSINESS_GROUP_ID');
1116: --
1117: -- after validating the set of important attributes,
1118: -- if Multiple Message Detection is enabled and at least

Line 1204: ,p_rec in pay_rcu_shd.g_rec_type

1200: -- |---------------------------< update_validate >----------------------------|
1201: -- ----------------------------------------------------------------------------
1202: Procedure update_validate
1203: (p_effective_date in date
1204: ,p_rec in pay_rcu_shd.g_rec_type
1205: ) is
1206: --
1207: l_proc varchar2(72) := g_package||'update_validate';
1208: --

Line 1226: ,p_associated_column1 => pay_rcu_shd.g_tab_nam

1222: -- Validate Important Attributes
1223: --
1224: hr_api.validate_bus_grp_id
1225: (p_business_group_id => p_rec.business_group_id
1226: ,p_associated_column1 => pay_rcu_shd.g_tab_nam
1227: || '.BUSINESS_GROUP_ID');
1228: --
1229: -- After validating the set of important attributes,
1230: -- if Multiple Message Detection is enabled and at least

Line 1300: (p_rec in pay_rcu_shd.g_rec_type

1296: -- ----------------------------------------------------------------------------
1297: -- |---------------------------< delete_validate >----------------------------|
1298: -- ----------------------------------------------------------------------------
1299: Procedure delete_validate
1300: (p_rec in pay_rcu_shd.g_rec_type
1301: ) is
1302: --
1303: l_proc varchar2(72) := g_package||'delete_validate';
1304: --

Line 1310: ,pay_rcu_shd.g_old_rec.business_group_id

1306: hr_utility.set_location('Entering:'||l_proc, 5);
1307: --
1308: --
1309: chk_startup_action(false
1310: ,pay_rcu_shd.g_old_rec.business_group_id
1311: ,pay_rcu_shd.g_old_rec.legislation_code
1312: );
1313: IF hr_startup_data_api_support.g_startup_mode
1314: NOT IN ('GENERIC','STARTUP') THEN

Line 1311: ,pay_rcu_shd.g_old_rec.legislation_code

1307: --
1308: --
1309: chk_startup_action(false
1310: ,pay_rcu_shd.g_old_rec.business_group_id
1311: ,pay_rcu_shd.g_old_rec.legislation_code
1312: );
1313: IF hr_startup_data_api_support.g_startup_mode
1314: NOT IN ('GENERIC','STARTUP') THEN
1315: --