DBA Data[Home] [Help]

APPS.PER_CTC_SHD dependencies on HR_API

Line 423: hr_api.mandatory_arg_error(p_api_name => l_proc,

419: hr_utility.set_location('Entering:'||l_proc, 5);
420: --
421: -- Ensure that all the mandatory arguments are not null
422: --
423: hr_api.mandatory_arg_error(p_api_name => l_proc,
424: p_argument => 'effective_date',
425: p_argument_value => p_effective_date);
426: --
427: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 427: hr_api.mandatory_arg_error(p_api_name => l_proc,

423: hr_api.mandatory_arg_error(p_api_name => l_proc,
424: p_argument => 'effective_date',
425: p_argument_value => p_effective_date);
426: --
427: hr_api.mandatory_arg_error(p_api_name => l_proc,
428: p_argument => 'datetrack_mode',
429: p_argument_value => p_datetrack_mode);
430: --
431: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 431: hr_api.mandatory_arg_error(p_api_name => l_proc,

427: hr_api.mandatory_arg_error(p_api_name => l_proc,
428: p_argument => 'datetrack_mode',
429: p_argument_value => p_datetrack_mode);
430: --
431: hr_api.mandatory_arg_error(p_api_name => l_proc,
432: p_argument => 'contract_id',
433: p_argument_value => p_contract_id);
434: --
435: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 435: hr_api.mandatory_arg_error(p_api_name => l_proc,

431: hr_api.mandatory_arg_error(p_api_name => l_proc,
432: p_argument => 'contract_id',
433: p_argument_value => p_contract_id);
434: --
435: hr_api.mandatory_arg_error(p_api_name => l_proc,
436: p_argument => 'object_version_number',
437: p_argument_value => p_object_version_number);
438: --
439: -- Check to ensure the datetrack mode is not INSERT.

Line 499: When HR_Api.Object_Locked then

495: --
496: -- We need to trap the ORA LOCK exception
497: --
498: Exception
499: When HR_Api.Object_Locked then
500: --
501: -- The object is locked therefore we need to supply a meaningful
502: -- error message.
503: --

Line 609: hr_api.mandatory_arg_error

605: hr_utility.set_location('Entering:'||l_proc, 5);
606: --
607: -- mandatory argument checking
608: --
609: hr_api.mandatory_arg_error
610: (p_api_name => l_proc,
611: p_argument => 'contract_id',
612: p_argument_value => p_contract_id);
613:

Line 614: hr_api.mandatory_arg_error

610: (p_api_name => l_proc,
611: p_argument => 'contract_id',
612: p_argument_value => p_contract_id);
613:
614: hr_api.mandatory_arg_error
615: (p_api_name => l_proc,
616: p_argument => 'effective_date',
617: p_argument_value => p_effective_date);
618:

Line 619: hr_api.mandatory_arg_error

615: (p_api_name => l_proc,
616: p_argument => 'effective_date',
617: p_argument_value => p_effective_date);
618:
619: hr_api.mandatory_arg_error
620: (p_api_name => l_proc,
621: p_argument => 'object_version_number',
622: p_argument_value => p_object_version_number);
623:

Line 645: When HR_Api.Object_Locked then

641: --
642: -- We need to trap the ORA LOCK exception
643: --
644: Exception
645: When HR_Api.Object_Locked then
646: --
647: -- The object is locked therefore we need to supply a meaningful
648: -- error message.
649: --