DBA Data[Home] [Help]

APPS.CE_ZBA_DEAL_GENERATION dependencies on FND_CONCURRENT

Line 956: IF(FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(

952: request_id := to_number(reqid);
953: --
954: -- Get print options
955: --
956: IF(FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(
957: request_id,
958: number_of_copies,
959: print_style,
960: printer,

Line 971: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES (

967: ELSE
968: save_output_bool := FALSE;
969: END IF;
970:
971: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES (
972: 'CE', 'CEZBAERR', printer, print_style, save_output_flag))
973: THEN
974: cep_standard.debug('zba_generation: ' || 'Message: get print options failed');
975: END IF;