DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on FND_FLEX_KEYVAL

Line 240: IF (FND_FLEX_KEYVAL.validate_segs('CREATE_COMB_NO_AT',

236: -------------------------------------------------------------------------------
237:
238: BEGIN
239:
240: IF (FND_FLEX_KEYVAL.validate_segs('CREATE_COMB_NO_AT',
241: p_application_short_name,
242: p_key_flex_code,
243: p_structure_number,
244: p_concatSegments)) THEN

Line 245: p_combination_id := FND_FLEX_KEYVAL.combination_id;

241: p_application_short_name,
242: p_key_flex_code,
243: p_structure_number,
244: p_concatSegments)) THEN
245: p_combination_id := FND_FLEX_KEYVAL.combination_id;
246: return TRUE;
247: ELSE
248: p_return_error_message := FND_FLEX_KEYVAL.error_message;
249: return FALSE;

Line 248: p_return_error_message := FND_FLEX_KEYVAL.error_message;

244: p_concatSegments)) THEN
245: p_combination_id := FND_FLEX_KEYVAL.combination_id;
246: return TRUE;
247: ELSE
248: p_return_error_message := FND_FLEX_KEYVAL.error_message;
249: return FALSE;
250: END IF;
251:
252: EXCEPTION

Line 599: if ( fnd_flex_keyval.validate_segs(operation=>'CHECK_SEGMENTS',

595: partial combination validation. i.e Like 01-520----
596: can not be successfully validated.
597: */
598: IF (l_dependent_seg_num IS NULL) THEN
599: if ( fnd_flex_keyval.validate_segs(operation=>'CHECK_SEGMENTS',
600: appl_short_name=>'SQLGL',
601: key_flex_code=>'GL#',
602: structure_number=>l_chart_of_accounts_id,
603: concat_segments=>l_concatenated_segments,

Line 612: if ( fnd_flex_keyval.validate_segs(operation=>'CHECK_COMBINATION',

608: else
609: p_valid := FALSE;
610: end if;
611: ELSE
612: if ( fnd_flex_keyval.validate_segs(operation=>'CHECK_COMBINATION',
613: appl_short_name=>'SQLGL',
614: key_flex_code=>'GL#',
615: structure_number=>l_chart_of_accounts_id,
616: concat_segments=>l_concatenated_segments,