DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on FND_FLEX_KEYVAL

Line 7685: l_valid_flag := fnd_flex_keyval.validate_segs(

7681: l_temp_string := trim(replace(p_concat_segs,l_delim,' '));
7682:
7683: IF (l_temp_string IS NOT NULL) THEN
7684: -- validate locator segments.
7685: l_valid_flag := fnd_flex_keyval.validate_segs(
7686: operation => 'CHECK_SEGMENTS'
7687: , appl_short_name => 'AHL'
7688: , key_flex_code => 'AHLR'
7689: , structure_number => 101

Line 7702: --dbms_output.put_line('ERROR:'|| fnd_flex_keyval.error_message);

7698: /*
7699: FND_MESSAGE.Set_Name('AHL','AHL_INPUT_NUM_LOC_SEGS_INVALID');
7700: FND_MESSAGE.Set_Token('LOC_SEG',p_concat_segs);
7701: FND_MSG_PUB.ADD;
7702: --dbms_output.put_line('ERROR:'|| fnd_flex_keyval.error_message);
7703: --dbms_output.put_line('ERROR:'|| fnd_flex_keyval.error_segment);
7704: */
7705: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)THEN
7706: fnd_log.string

Line 7703: --dbms_output.put_line('ERROR:'|| fnd_flex_keyval.error_segment);

7699: FND_MESSAGE.Set_Name('AHL','AHL_INPUT_NUM_LOC_SEGS_INVALID');
7700: FND_MESSAGE.Set_Token('LOC_SEG',p_concat_segs);
7701: FND_MSG_PUB.ADD;
7702: --dbms_output.put_line('ERROR:'|| fnd_flex_keyval.error_message);
7703: --dbms_output.put_line('ERROR:'|| fnd_flex_keyval.error_segment);
7704: */
7705: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)THEN
7706: fnd_log.string
7707: (

Line 7710: 'FND Flex KeyVal Error:Mesg:Segment:' || fnd_flex_keyval.error_message || ':' || fnd_flex_keyval.error_segment

7706: fnd_log.string
7707: (
7708: fnd_log.level_statement,
7709: 'ahl.plsql.'||g_pkg_name||'.'||l_api_name ,
7710: 'FND Flex KeyVal Error:Mesg:Segment:' || fnd_flex_keyval.error_message || ':' || fnd_flex_keyval.error_segment
7711: );
7712: END IF;
7713:
7714: RETURN;

Line 7718: l_concat_seg_desc := fnd_flex_keyval.concatenated_descriptions;

7714: RETURN;
7715: END IF;
7716:
7717: -- get values for the concatenated segment descriptions
7718: l_concat_seg_desc := fnd_flex_keyval.concatenated_descriptions;
7719:
7720: -- breakup locator concat values into segments.
7721: l_loc_nseg := fnd_flex_ext.breakup_segments (l_concat_seg_desc, l_delim, l_loc_seglist);
7722: