DBA Data[Home] [Help]

APPS.OPI_EDW_OPM_RES_UTIL_F_C dependencies on OPI_EDW_RES_UTIL_FSTG

Line 27: INSERT INTO OPI_EDW_RES_UTIL_FSTG(

23: -- In our case, we consider the records to be in
24: -- progress until the push_to_local procedure for
25: -- all view types has completed successfully.
26: -- ------------------------------------------------
27: INSERT INTO OPI_EDW_RES_UTIL_FSTG(
28: RES_UTIL_PK,
29: LOCATOR_FK,
30: RES_FK,
31: TRX_DATE_FK,

Line 143: l_staging_table :='OPI_EDW_RES_UTIL_FSTG';

139: -- Put any additional developer variables here
140: -- -------------------------------------------
141: BEGIN
142: l_fact_name :='OPI_EDW_RES_UTIL_F';
143: l_staging_table :='OPI_EDW_RES_UTIL_FSTG';
144: l_exception_msg :=Null;
145: l_from_date :=Null;
146: l_to_date :=Null;
147: l_seq_id1 := -1;