DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_REC dependencies on FND_CONCURRENT

Line 396: IF( FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(request_id,

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

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

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

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

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