DBA Data[Home] [Help]

APPS.GMF_AR_GET_SREP_TERRITORIES dependencies on RA_TERRITORIES

Line 31: RA_TERRITORIES TER

27: SRT.ATTRIBUTE14, SRT.ATTRIBUTE15,
28: SRT.CREATED_BY, SRT.CREATION_DATE,
29: SRT.LAST_UPDATE_DATE, SRT.LAST_UPDATED_BY
30: from RA_SALESREP_TERRITORIES SRT,
31: RA_TERRITORIES TER
32: where SRT.salesrep_id = nvl(salesrepid, SRT.salesrep_id)
33: and SRT.territory_id = nvl(territoryid, SRT.territory_id)
34: and TER.territory_id = SRT.territory_id
35: and SRT.last_update_date between