DBA Data[Home] [Help]

APPS.HR_JP_ID_PKG dependencies on FND_FLEX_KEYVAL

Line 253: l_valid := fnd_flex_keyval.validate_segs(

249: IS
250: l_valid BOOLEAN;
251: l_keyflex_combination_id NUMBER;
252: BEGIN
253: l_valid := fnd_flex_keyval.validate_segs(
254: OPERATION => 'FIND_COMBINATION',
255: APPL_SHORT_NAME => p_appl_short_name,
256: KEY_FLEX_CODE => p_id_flex_code,
257: STRUCTURE_NUMBER => p_id_flex_num,

Line 262: l_keyflex_combination_id := fnd_flex_keyval.combination_id;

258: CONCAT_SEGMENTS => p_concatenated_segments,
259: VALUES_OR_IDS => 'I');
260:
261: if l_valid then
262: l_keyflex_combination_id := fnd_flex_keyval.combination_id;
263: else
264: if p_error_when_not_exist = 'TRUE' then
265: fnd_message.raise_error;
266: else