DBA Data[Home] [Help]

APPS.GMF_AR_GET_PAYMENT_TERMS dependencies on RA_TERMS_TL

Line 25: RA_TERMS_TL PAY

21: PYT.ATTRIBUTE15, PYT.CREATED_BY,
22: PYT.CREATION_DATE, PYT.LAST_UPDATE_DATE,
23: PYT.LAST_UPDATED_BY
24: from RA_TERMS_B PYT ,
25: RA_TERMS_TL PAY
26: -- B1107729 NAME column is referred from PAY instead of PYT
27: where lower(PAY.name) like lower(nvl(term_name, PAY.name))
28: and PYT.term_id = nvl(termid, PYT.term_id)
29: and PYT.term_id = PAY.term_id