DBA Data[Home] [Help]

APPS.HR_MX_ASSIGNMENT_API dependencies on PER_MX_VALIDATIONS

Line 534: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);

530: -----------------------------------------------------------------
531: -- Validate the Leaving Reason entered, if any.
532: -----------------------------------------------------------------
533: if p_ss_leaving_reason <> hr_api.g_varchar2 then -- Bug 3777663
534: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
535:
536: if g_debug then
537: hr_utility.set_location(l_proc, 40);
538: end if;

Line 783: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);

779:
780: -----------------------------------------------------------------
781: -- Validate the Leaving Reason entered, if any.
782: -----------------------------------------------------------------
783: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
784:
785: if g_debug then
786: hr_utility.set_location(l_proc, 40);
787: end if;

Line 929: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);

925:
926: -----------------------------------------------------------------
927: -- Validate the Leaving Reason entered.
928: -----------------------------------------------------------------
929: per_mx_validations.check_SS_Leaving_Reason(p_ss_leaving_reason);
930:
931: if g_debug then
932: hr_utility.set_location(l_proc, 40);
933: end if;