DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_REC dependencies on FND_CONCURRENT

Line 395: IF( FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(request_id,

391: --
392: -- Get print options
393: --
394: /* Bug 3479531 removed the NOT from the following condition */
395: IF( FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(request_id,
396: number_of_copies,
397: print_style,
398: printer,
399: save_output_flag))THEN

Line 410: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES ('CE',

406: ELSE
407: save_output_bool := FALSE;
408: END IF;
409:
410: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES ('CE',
411: 'CEXINERR',
412: printer,
413: print_style,
414: save_output_flag)) THEN

Line 420: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES ('CE',

416: cep_standard.debug('statement: ' || 'Message: get print options failed');
417: END IF;
418: END IF;
419:
420: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES ('CE',
421: 'CEIMPERR',
422: printer,
423: print_style,
424: save_output_flag)) THEN