DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on FND_CONCURRENT

Line 167: IF (FND_CONCURRENT.GET_REQUEST_STATUS(

163: Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
164: debug_info||' previous req id ='||l_previous_request_id);
165: END IF;
166:
167: IF (FND_CONCURRENT.GET_REQUEST_STATUS(
168: request_id =>l_previous_request_id,
169: appl_shortname =>'',
170: program =>'',
171: phase =>l_phase,

Line 180: 'FND_CONCURRENT.GET_REQUEST_STATUS<-'||current_calling_sequence);

176: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') then
177: Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
178: 'FUNCTION GET_REQUEST_STATUS ERROR, Reason: '||l_message);
179: Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
180: 'FND_CONCURRENT.GET_REQUEST_STATUS<-'||current_calling_sequence);
181: END IF;
182: RAISE Check_control_failure;
183:
184: END IF;