DBA Data[Home] [Help]

APPS.OTA_TPM_BUS dependencies on HR_MULTI_MESSAGE

Line 65: hr_multi_message.add

61: --
62: -- The primary key is invalid therefore we must error
63: --
64: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
65: hr_multi_message.add
66: (p_associated_column1 => NVL(p_associated_column1, 'TRAINING_PLAN_MEMBER_ID'));
67: --
68: ELSE
69:

Line 426: hr_multi_message.end_validation_set;

422: --
423: hr_api.validate_bus_grp_id(p_rec.business_group_id
424: ,p_associated_column1 => ota_tpm_shd.g_tab_nam ||'.BUSINESS_GROUP_ID'); -- Validate Bus Grp
425: --
426: hr_multi_message.end_validation_set;
427: --
428: --
429: hr_utility.set_location(' Step:'|| l_proc, 10);
430: ota_tpm_bus1.chk_training_plan_id(

Line 553: hr_multi_message.end_validation_set;

549: --
550: hr_api.validate_bus_grp_id(p_rec.business_group_id
551: ,p_associated_column1 => ota_tpm_shd.g_tab_nam ||'.BUSINESS_GROUP_ID'); -- Validate Bus Grp
552: --
553: hr_multi_message.end_validation_set;
554:
555: chk_non_updateable_args
556: (p_effective_date => p_effective_date
557: ,p_rec => p_rec