DBA Data[Home] [Help]

APPS.PAY_NO_ABS_VALIDATION dependencies on HR_MULTI_MESSAGE

Line 1036: hr_multi_message.add

1032: ,p_absence_days => p_absence_days
1033: );
1034: IF (INSTR(l_cms_warnings,'6') > 0) THEN
1035: hr_utility.set_message(801, 'PAY_376907_NO_SC_NOT_ELIGIBLE');
1036: hr_multi_message.add
1037: (p_message_type => hr_multi_message.g_warning_msg
1038: );
1039: END IF;
1040: IF (INSTR(l_cms_warnings,'1') > 0) THEN

Line 1037: (p_message_type => hr_multi_message.g_warning_msg

1033: );
1034: IF (INSTR(l_cms_warnings,'6') > 0) THEN
1035: hr_utility.set_message(801, 'PAY_376907_NO_SC_NOT_ELIGIBLE');
1036: hr_multi_message.add
1037: (p_message_type => hr_multi_message.g_warning_msg
1038: );
1039: END IF;
1040: IF (INSTR(l_cms_warnings,'1') > 0) THEN
1041: hr_utility.set_message(801, 'PAY_376934_NO_CHILD_REG');

Line 1042: hr_multi_message.add

1038: );
1039: END IF;
1040: IF (INSTR(l_cms_warnings,'1') > 0) THEN
1041: hr_utility.set_message(801, 'PAY_376934_NO_CHILD_REG');
1042: hr_multi_message.add
1043: (p_message_type => hr_multi_message.g_warning_msg
1044: );
1045: END IF;
1046: IF (INSTR(l_cms_warnings,'2') > 0) THEN

Line 1043: (p_message_type => hr_multi_message.g_warning_msg

1039: END IF;
1040: IF (INSTR(l_cms_warnings,'1') > 0) THEN
1041: hr_utility.set_message(801, 'PAY_376934_NO_CHILD_REG');
1042: hr_multi_message.add
1043: (p_message_type => hr_multi_message.g_warning_msg
1044: );
1045: END IF;
1046: IF (INSTR(l_cms_warnings,'2') > 0) THEN
1047: hr_utility.set_message(801, 'PAY_376935_NO_CHILD_MIN_AGE');

Line 1048: hr_multi_message.add

1044: );
1045: END IF;
1046: IF (INSTR(l_cms_warnings,'2') > 0) THEN
1047: hr_utility.set_message(801, 'PAY_376935_NO_CHILD_MIN_AGE');
1048: hr_multi_message.add
1049: (p_message_type => hr_multi_message.g_warning_msg
1050: );
1051: END IF;
1052: IF (INSTR(l_cms_warnings,'3') > 0) THEN

Line 1049: (p_message_type => hr_multi_message.g_warning_msg

1045: END IF;
1046: IF (INSTR(l_cms_warnings,'2') > 0) THEN
1047: hr_utility.set_message(801, 'PAY_376935_NO_CHILD_MIN_AGE');
1048: hr_multi_message.add
1049: (p_message_type => hr_multi_message.g_warning_msg
1050: );
1051: END IF;
1052: IF (INSTR(l_cms_warnings,'3') > 0) THEN
1053: hr_utility.set_message(801, 'PAY_376914_NO_CMS_CONT_CHECK');

Line 1054: hr_multi_message.add

1050: );
1051: END IF;
1052: IF (INSTR(l_cms_warnings,'3') > 0) THEN
1053: hr_utility.set_message(801, 'PAY_376914_NO_CMS_CONT_CHECK');
1054: hr_multi_message.add
1055: (p_message_type => hr_multi_message.g_warning_msg
1056: );
1057: END IF;
1058: IF (INSTR(l_cms_warnings,'4') > 0) THEN

Line 1055: (p_message_type => hr_multi_message.g_warning_msg

1051: END IF;
1052: IF (INSTR(l_cms_warnings,'3') > 0) THEN
1053: hr_utility.set_message(801, 'PAY_376914_NO_CMS_CONT_CHECK');
1054: hr_multi_message.add
1055: (p_message_type => hr_multi_message.g_warning_msg
1056: );
1057: END IF;
1058: IF (INSTR(l_cms_warnings,'4') > 0) THEN
1059: hr_utility.set_message(801, 'PAY_376936_NO_LIMIT_EXCEEED');

Line 1060: hr_multi_message.add

1056: );
1057: END IF;
1058: IF (INSTR(l_cms_warnings,'4') > 0) THEN
1059: hr_utility.set_message(801, 'PAY_376936_NO_LIMIT_EXCEEED');
1060: hr_multi_message.add
1061: (p_message_type => hr_multi_message.g_warning_msg
1062: );
1063: END IF;
1064: IF (INSTR(l_cms_warnings,'5') > 0) THEN

Line 1061: (p_message_type => hr_multi_message.g_warning_msg

1057: END IF;
1058: IF (INSTR(l_cms_warnings,'4') > 0) THEN
1059: hr_utility.set_message(801, 'PAY_376936_NO_LIMIT_EXCEEED');
1060: hr_multi_message.add
1061: (p_message_type => hr_multi_message.g_warning_msg
1062: );
1063: END IF;
1064: IF (INSTR(l_cms_warnings,'5') > 0) THEN
1065: hr_utility.set_message(801, 'PAY_376937_NO_NAV_REQ');

Line 1066: hr_multi_message.add

1062: );
1063: END IF;
1064: IF (INSTR(l_cms_warnings,'5') > 0) THEN
1065: hr_utility.set_message(801, 'PAY_376937_NO_NAV_REQ');
1066: hr_multi_message.add
1067: (p_message_type => hr_multi_message.g_warning_msg
1068: );
1069: END IF;
1070: END IF;

Line 1067: (p_message_type => hr_multi_message.g_warning_msg

1063: END IF;
1064: IF (INSTR(l_cms_warnings,'5') > 0) THEN
1065: hr_utility.set_message(801, 'PAY_376937_NO_NAV_REQ');
1066: hr_multi_message.add
1067: (p_message_type => hr_multi_message.g_warning_msg
1068: );
1069: END IF;
1070: END IF;
1071: -- Bug#8510300 end