DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on FND_FLEX_EXT

Line 486: fnd_flex_ext.get_ccid(

482:
483: IF (v_ccid = -1) THEN
484: l_err_pt := '51';
485: v_ccid :=
486: fnd_flex_ext.get_ccid(
487: application_short_name => 'SQLGL'
488: , key_flex_code => 'GL#'
489: , structure_number => fb_flex_num
490: , validation_date => TO_CHAR(SYSDATE, 'YYYY/MM/DD HH24:MI:SS')

Line 493: print_debug('fnd_flex_ext.get_ccid returned' || TO_CHAR(v_ccid), l_function_name);

489: , structure_number => fb_flex_num
490: , validation_date => TO_CHAR(SYSDATE, 'YYYY/MM/DD HH24:MI:SS')
491: , concatenated_segments => v_concat_segs
492: );
493: print_debug('fnd_flex_ext.get_ccid returned' || TO_CHAR(v_ccid), l_function_name);
494:
495: IF (v_ccid = 0) THEN
496: fb_error_msg := SUBSTR(fnd_message.get_encoded, 1, 240);
497: print_debug('fnd_flex_ext.get_ccid returned no ccid.', l_function_name);

Line 497: print_debug('fnd_flex_ext.get_ccid returned no ccid.', l_function_name);

493: print_debug('fnd_flex_ext.get_ccid returned' || TO_CHAR(v_ccid), l_function_name);
494:
495: IF (v_ccid = 0) THEN
496: fb_error_msg := SUBSTR(fnd_message.get_encoded, 1, 240);
497: print_debug('fnd_flex_ext.get_ccid returned no ccid.', l_function_name);
498: RETURN FALSE;
499: END IF;
500: END IF;
501: