DBA Data[Home] [Help]

APPS.EDW_TRD_PARTNER_M_C dependencies on EDW_TPRT_P2_TPARTNER_LCV

Line 813: from EDW_TPRT_P2_TPARTNER_LCV

809: VENDOR_TYPE,
810: WOMEN_OWNED,
811: NULL, -- OPERATION_CODE
812: 'READY'
813: from EDW_TPRT_P2_TPARTNER_LCV
814: where last_update_date between l_push_date_range1 and l_push_date_range2;
815:
816: l_rows_inserted := sql%rowcount;
817: l_duration := sysdate - l_temp_date;