DBA Data[Home] [Help]

APPS.EDW_TRD_PARTNER_M_C dependencies on EDW_TPRT_P3_TPARTNER_LCV

Line 934: from EDW_TPRT_P3_TPARTNER_LCV

930: VENDOR_TYPE,
931: WOMEN_OWNED,
932: NULL, -- OPERATION_CODE
933: 'READY'
934: from EDW_TPRT_P3_TPARTNER_LCV
935: where last_update_date between l_push_date_range1 and l_push_date_range2;
936:
937:
938: l_rows_inserted := sql%rowcount;