DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_ERRORS dependencies on HR_BIS

Line 126: hr_bis.bis_decode_lookup('HXC_BUILDING_BLOCK_SCOPE',timecard_rec.scope);

122: p_error_table(l_index).MESSAGE_FIELD := c_get_error.MESSAGE_FIELD ;
123: p_error_table(l_index).MESSAGE_TOKENS := c_get_error.MESSAGE_TOKENS ;
124: p_error_table(l_index).APPLICATION_SHORT_NAME := c_get_error.APPLICATION_SHORT_NAME ;
125: p_error_table(l_index).SCOPE_LEVEL :=
126: hr_bis.bis_decode_lookup('HXC_BUILDING_BLOCK_SCOPE',timecard_rec.scope);
127: p_error_table(l_index).MESSAGE_LEVEL :=
128: hr_bis.bis_decode_lookup('HXC_TIME_ENTRY_RULE_OUTCOME',c_get_error.MESSAGE_LEVEL);
129:
130: fnd_message.set_name(c_get_error.APPLICATION_SHORT_NAME,c_get_error.MESSAGE_NAME);

Line 128: hr_bis.bis_decode_lookup('HXC_TIME_ENTRY_RULE_OUTCOME',c_get_error.MESSAGE_LEVEL);

124: p_error_table(l_index).APPLICATION_SHORT_NAME := c_get_error.APPLICATION_SHORT_NAME ;
125: p_error_table(l_index).SCOPE_LEVEL :=
126: hr_bis.bis_decode_lookup('HXC_BUILDING_BLOCK_SCOPE',timecard_rec.scope);
127: p_error_table(l_index).MESSAGE_LEVEL :=
128: hr_bis.bis_decode_lookup('HXC_TIME_ENTRY_RULE_OUTCOME',c_get_error.MESSAGE_LEVEL);
129:
130: fnd_message.set_name(c_get_error.APPLICATION_SHORT_NAME,c_get_error.MESSAGE_NAME);
131:
132: -- set the token if applicable