DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on FND_FLEX_KEYVAL

Line 79: l_val := FND_FLEX_KEYVAL.Validate_Segs(

75: else
76: l_operation := 'FIND_COMBINATION';
77: end if;
78:
79: l_val := FND_FLEX_KEYVAL.Validate_Segs(
80: OPERATION => l_operation,
81: APPL_SHORT_NAME => 'INV',
82: KEY_FLEX_CODE => 'MTLL',
83: STRUCTURE_NUMBER => 101,

Line 88: x_locid := fnd_flex_keyval.combination_id;

84: CONCAT_SEGMENTS => l_locator,
85: VALUES_OR_IDS => 'I',
86: DATA_SET => p_org_id ) ;
87: if l_val then
88: x_locid := fnd_flex_keyval.combination_id;
89: else
90: x_locid := NULL;
91: l_error_exp := substr(fnd_flex_key_api.message(),1,240);
92: IF (g_asn_debug = 'Y') THEN

Line 94: asn_debug.put_line('Error in getloc : error_segment :' || FND_FLEX_KEYVAL.error_segment);

90: x_locid := NULL;
91: l_error_exp := substr(fnd_flex_key_api.message(),1,240);
92: IF (g_asn_debug = 'Y') THEN
93: asn_debug.put_line('Error in getloc : ' || l_error_exp);
94: asn_debug.put_line('Error in getloc : error_segment :' || FND_FLEX_KEYVAL.error_segment);
95: asn_debug.put_line('Error in getloc : error_message :' || FND_FLEX_KEYVAL.error_message);
96: asn_debug.put_line('Error in getloc : encoded_error_message :' || FND_FLEX_KEYVAL.encoded_error_message);
97: END IF;
98: end if;

Line 95: asn_debug.put_line('Error in getloc : error_message :' || FND_FLEX_KEYVAL.error_message);

91: l_error_exp := substr(fnd_flex_key_api.message(),1,240);
92: IF (g_asn_debug = 'Y') THEN
93: asn_debug.put_line('Error in getloc : ' || l_error_exp);
94: asn_debug.put_line('Error in getloc : error_segment :' || FND_FLEX_KEYVAL.error_segment);
95: asn_debug.put_line('Error in getloc : error_message :' || FND_FLEX_KEYVAL.error_message);
96: asn_debug.put_line('Error in getloc : encoded_error_message :' || FND_FLEX_KEYVAL.encoded_error_message);
97: END IF;
98: end if;
99:

Line 96: asn_debug.put_line('Error in getloc : encoded_error_message :' || FND_FLEX_KEYVAL.encoded_error_message);

92: IF (g_asn_debug = 'Y') THEN
93: asn_debug.put_line('Error in getloc : ' || l_error_exp);
94: asn_debug.put_line('Error in getloc : error_segment :' || FND_FLEX_KEYVAL.error_segment);
95: asn_debug.put_line('Error in getloc : error_message :' || FND_FLEX_KEYVAL.error_message);
96: asn_debug.put_line('Error in getloc : encoded_error_message :' || FND_FLEX_KEYVAL.encoded_error_message);
97: END IF;
98: end if;
99:
100: return l_val;