DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on FND_FLEX_KEYVAL

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

226: -------------------------------------------------------------------------------
227:
228: BEGIN
229:
230: IF (FND_FLEX_KEYVAL.validate_segs('CREATE_COMB_NO_AT',
231: p_application_short_name,
232: p_key_flex_code,
233: p_structure_number,
234: p_concatSegments)) THEN

Line 235: p_combination_id := FND_FLEX_KEYVAL.combination_id;

231: p_application_short_name,
232: p_key_flex_code,
233: p_structure_number,
234: p_concatSegments)) THEN
235: p_combination_id := FND_FLEX_KEYVAL.combination_id;
236: return TRUE;
237: ELSE
238: p_return_error_message := FND_FLEX_KEYVAL.error_message;
239: return FALSE;

Line 238: p_return_error_message := FND_FLEX_KEYVAL.error_message;

234: p_concatSegments)) THEN
235: p_combination_id := FND_FLEX_KEYVAL.combination_id;
236: return TRUE;
237: ELSE
238: p_return_error_message := FND_FLEX_KEYVAL.error_message;
239: return FALSE;
240: END IF;
241:
242: EXCEPTION

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

582: partial combination validation. i.e Like 01-520----
583: can not be successfully validated.
584: */
585: IF (l_dependent_seg_num IS NULL) THEN
586: if ( fnd_flex_keyval.validate_segs(operation=>'CHECK_SEGMENTS',
587: appl_short_name=>'SQLGL',
588: key_flex_code=>'GL#',
589: structure_number=>l_chart_of_accounts_id,
590: concat_segments=>l_concatenated_segments,

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

595: else
596: p_valid := FALSE;
597: end if;
598: ELSE
599: if ( fnd_flex_keyval.validate_segs(operation=>'CHECK_COMBINATION',
600: appl_short_name=>'SQLGL',
601: key_flex_code=>'GL#',
602: structure_number=>l_chart_of_accounts_id,
603: concat_segments=>l_concatenated_segments,