InterviewSolution
| 1. |
What Are The 10 Different Types Of Executables In Oracle Apps? |
|
Answer» FlexRpt: The execution file is wrnitten USING the FlexReport API. FlexSql: The execution file is written using the FlexSql API. Host: The execution file is a host script. Oracle Reports: The execution file is an Oracle Reports file. PL/SQL Stored Procedure: The execution file is a stored procedure. SQL*Loader: The execution file is a SQL script. SQL*Plus: The execution file is a SQL*Plus script. Spawned; The execution file is a C or Pro*C program. IMMEDIATE: The execution file is a program written to run as a subroutine of the concurrent manager. We recommend against defining new immediate concurrent programs, and suggest you use either a PL/SQL Stored Procedure or a Spawned C Program instead. Request Set Stage Function: PL/SQL Stored Function that can be uesd to calculate the completion statuses of request set STAGES. FlexRpt: The execution file is wrnitten using the FlexReport API. FlexSql: The execution file is written using the FlexSql API. Host: The execution file is a host script. Oracle Reports: The execution file is an Oracle Reports file. PL/SQL Stored Procedure: The execution file is a stored procedure. SQL*Loader: The execution file is a SQL script. SQL*Plus: The execution file is a SQL*Plus script. Spawned; The execution file is a C or Pro*C program. Immediate: The execution file is a program written to run as a subroutine of the concurrent manager. We recommend against defining new immediate concurrent programs, and suggest you use either a PL/SQL Stored Procedure or a Spawned C Program instead. Request Set Stage Function: PL/SQL Stored Function that can be uesd to calculate the completion statuses of request set stages. |
|