DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on FND_FLEX_EXT

Line 337: fnd_flex_ext.get_ccid(

333:
334: IF (v_ccid = -1) THEN
335: l_err_pt := '51';
336: v_ccid :=
337: fnd_flex_ext.get_ccid(
338: application_short_name => 'SQLGL'
339: , key_flex_code => 'GL#'
340: , structure_number => fb_flex_num
341: , validation_date => TO_CHAR(SYSDATE, 'YYYY/MM/DD HH24:MI:SS')

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

340: , structure_number => fb_flex_num
341: , validation_date => TO_CHAR(SYSDATE, 'YYYY/MM/DD HH24:MI:SS')
342: , concatenated_segments => v_concat_segs
343: );
344: print_debug('fnd_flex_ext.get_ccid returned' || TO_CHAR(v_ccid), l_function_name);
345:
346: IF (v_ccid = 0) THEN
347: fb_error_msg := SUBSTR(fnd_message.get_encoded, 1, 240);
348: print_debug('fnd_flex_ext.get_ccid returned no ccid.', l_function_name);

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

344: print_debug('fnd_flex_ext.get_ccid returned' || TO_CHAR(v_ccid), l_function_name);
345:
346: IF (v_ccid = 0) THEN
347: fb_error_msg := SUBSTR(fnd_message.get_encoded, 1, 240);
348: print_debug('fnd_flex_ext.get_ccid returned no ccid.', l_function_name);
349: RETURN FALSE;
350: END IF;
351: END IF;
352: