DBA Data[Home] [Help]

APPS.XLA_RETRIVE_CCID_PKG dependencies on FND_CONCURRENT

Line 1058: fnd_concurrent.wait_for_request

1054: );
1055: END IF;
1056:
1057: l_btemp :=
1058: fnd_concurrent.wait_for_request
1059: (request_id => p_array_request_id
1060: (i),
1061: INTERVAL => 30,
1062: phase => l_phase,

Line 1084: ( 'Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '

1080: p_entity_id => NULL,
1081: p_event_id => NULL
1082: );
1083: print_logfile
1084: ( 'Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '
1085: || 'while executing for request id '
1086: || p_array_request_id (i)
1087: );
1088: ELSE

Line 1176: fnd_concurrent.wait_for_request (request_id => p_request_id,

1172: ----------------------------------------------------------------------------
1173: IF p_request_id <> 0
1174: THEN
1175: l_btemp :=
1176: fnd_concurrent.wait_for_request (request_id => p_request_id,
1177: INTERVAL => 30,
1178: phase => l_phase,
1179: status => l_status,
1180: dev_phase => l_dphase,

Line 1196: ( 'Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '

1192: p_entity_id => NULL,
1193: p_event_id => NULL
1194: );
1195: print_logfile
1196: ( 'Technical problem : FND_CONCURRENT.WAIT_FOR_REQUEST returned FALSE '
1197: || 'while executing for request id '
1198: || p_request_id
1199: );
1200: ELSE