DBA Data[Home] [Help]

APPS.ISC_MAINT_LAB_BLG_ETL_PKG dependencies on ISC_MAINT_LAB_BLG_F

Line 15: g_object_name constant varchar2(30) := 'ISC_MAINT_LAB_BLG_F';

11: g_error constant varchar2(10) := '-1';
12: g_warning constant varchar2(10) := '1';
13: g_bis_setup_exception exception;
14: g_global_start_date date;
15: g_object_name constant varchar2(30) := 'ISC_MAINT_LAB_BLG_F';
16: g_max_date constant date := to_date('4712/01/01','yyyy/mm/dd');
17: g_bom_hour_code varchar2(50);
18: g_bom_time_class varchar2(50);
19: g_time_base_to_hours number;

Line 174: , 'ISC_MAINT_LAB_BLG_F'

170: l_stmt_id := 30;
171:
172: if truncate_table
173: ( l_biv_schema
174: , 'ISC_MAINT_LAB_BLG_F'
175: , l_error_message ) <> 0 then
176: logger( l_proc_name, l_stmt_id, l_error_message );
177: raise l_exception;
178: end if;

Line 194: Insert /*+ append parallel (ISC_MAINT_LAB_BLG_F) */

190:
191: l_stmt_id := 40;
192:
193: ------starts here------
194: Insert /*+ append parallel (ISC_MAINT_LAB_BLG_F) */
195: into ISC_MAINT_LAB_BLG_F
196: (
197: organization_id
198: ,user_defined_status_id /* added user_defined work order status */

Line 195: into ISC_MAINT_LAB_BLG_F

191: l_stmt_id := 40;
192:
193: ------starts here------
194: Insert /*+ append parallel (ISC_MAINT_LAB_BLG_F) */
195: into ISC_MAINT_LAB_BLG_F
196: (
197: organization_id
198: ,user_defined_status_id /* added user_defined work order status */
199: ,work_order_name