DBA Data[Home] [Help]

APPS.EDW_TRD_PARTNER_M_C dependencies on EDW_TPRT_P1_TPARTNER_LCV

Line 692: from EDW_TPRT_P1_TPARTNER_LCV

688: VENDOR_TYPE,
689: WOMEN_OWNED,
690: NULL, -- OPERATION_CODE
691: 'READY'
692: from EDW_TPRT_P1_TPARTNER_LCV
693: where last_update_date between l_push_date_range1 and l_push_date_range2;
694:
695: l_rows_inserted := sql%rowcount;
696: l_duration := sysdate - l_temp_date;