DBA Data[Home] [Help]

APPS.HR_DFLEX_UTILITY dependencies on HR_MESSAGE

Line 975: hr_message.parse_encoded(p_encoded_error =>

971: hr_utility.set_location(l_proc, 60);
972: --
973: -- The FND FLEX DESCVAL package makes a call to FND MESSAGE
974: -- get encoded
975: hr_message.parse_encoded(p_encoded_error =>
976: FND_FLEX_DESCVAL.encoded_error_message);
977: hr_utility.set_location(l_proc, 62);
978: --
979: if ((hr_message.last_message_app = 'FND') and

Line 979: if ((hr_message.last_message_app = 'FND') and

975: hr_message.parse_encoded(p_encoded_error =>
976: FND_FLEX_DESCVAL.encoded_error_message);
977: hr_utility.set_location(l_proc, 62);
978: --
979: if ((hr_message.last_message_app = 'FND') and
980: (hr_message.last_message_name = 'FLEX-VALUE NOT FOUND')) then
981: --
982: if g_debug then
983: hr_utility.set_location(l_proc, 64);

Line 980: (hr_message.last_message_name = 'FLEX-VALUE NOT FOUND')) then

976: FND_FLEX_DESCVAL.encoded_error_message);
977: hr_utility.set_location(l_proc, 62);
978: --
979: if ((hr_message.last_message_app = 'FND') and
980: (hr_message.last_message_name = 'FLEX-VALUE NOT FOUND')) then
981: --
982: if g_debug then
983: hr_utility.set_location(l_proc, 64);
984: end if;

Line 1007: l_value := hr_message.get_token_value(p_token_name => 'VALUE');

1003: );
1004: if g_debug then
1005: hr_utility.set_location(l_proc || l_flex_seg_error_prompt, 66);
1006: end if;
1007: l_value := hr_message.get_token_value(p_token_name => 'VALUE');
1008: --
1009: -- Now have the additional error information, raise a different error
1010: -- using this information.
1011: --

Line 1020: elsif (hr_message.last_message_app = 'FND') and

1016: hr_multi_message.add
1017: (p_associated_column1 => l_table_name ||'.'||l_app_col_name);
1018: l_error := true;
1019: --
1020: elsif (hr_message.last_message_app = 'FND') and
1021: (hr_message.last_message_name = 'FLEX-NULL SEGMENT') then
1022: if g_debug then
1023: hr_utility.set_location(l_proc, 67);
1024: end if;

Line 1021: (hr_message.last_message_name = 'FLEX-NULL SEGMENT') then

1017: (p_associated_column1 => l_table_name ||'.'||l_app_col_name);
1018: l_error := true;
1019: --
1020: elsif (hr_message.last_message_app = 'FND') and
1021: (hr_message.last_message_name = 'FLEX-NULL SEGMENT') then
1022: if g_debug then
1023: hr_utility.set_location(l_proc, 67);
1024: end if;
1025: --