DBA Data[Home] [Help]

APPS.EDW_UNSPSC_M_C dependencies on EDW_SPSC_FUNCTION_LSTG

Line 294: EDW_SPSC_FUNCTION_LSTG(

290: l_date1 and l_date2);
291:
292:
293: Insert Into
294: EDW_SPSC_FUNCTION_LSTG(
295: NAME,
296: FUNCTION_PK,
297: FUNCTION_DP,
298: FUNCTION_CODE,

Line 320: edw_log.put_line('Commiting records for EDW_SPSC_FUNCTION_LSTG');

316: where (dnb.Item_PK = poa.Item_PK);
317:
318: l_rows_inserted := sql%rowcount;
319: EDW_UNSPSC_M_C.g_row_count := EDW_UNSPSC_M_C.g_row_count + l_rows_inserted ;
320: edw_log.put_line('Commiting records for EDW_SPSC_FUNCTION_LSTG');
321: commit;
322:
323: edw_log.put_line('Completed Push_EDW_UNSPSC_FUNCTION_LSTG');
324: Exception When others then