DBA Data[Home] [Help]

APPS.OTA_TPS_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
62: -- fnd_message.raise_error;
63: -- MULTI MESSAGING
64: hr_multi_message.add
65: (p_associated_column1 => NVL(p_associated_column1,'TRAINING_PLAN_ID'));
66: --
67: ELSE
68:

Line 446: hr_multi_message.end_validation_set;

442: --
443: hr_api.validate_bus_grp_id(p_rec.business_group_id
444: ,p_associated_column1 => ota_tps_shd.g_tab_nam || '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
445: --
446: hr_multi_message.end_validation_set;
447:
448: --
449: hr_utility.set_location(' Step:'|| l_proc, 20);
450: ota_tps_bus1.chk_org_person (

Line 562: hr_multi_message.end_validation_set;

558:
559: hr_api.validate_bus_grp_id(p_rec.business_group_id
560: ,p_associated_column1 => ota_tps_shd.g_tab_nam || '.BUSINESS_GROUP_ID'); -- Validate Bus Grp
561: --
562: hr_multi_message.end_validation_set;
563:
564: chk_non_updateable_args
565: (p_effective_date => p_effective_date
566: ,p_rec => p_rec