DBA Data[Home] [Help]

APPS.AR_PUBLIC_UTILS dependencies on RA_TERMS

Line 152: | access the prepayment_flag from ra_terms view.Stub version always

148: |
149: |
150: | NOTES
151: | A stub version of this routine is provided to product team which
152: | access the prepayment_flag from ra_terms view.Stub version always
153: | returns 'N'.
154: |
155: | MODIFICATION HISTORY
156: | Date Author Description of Changes

Line 173: FROM ra_terms

169: BEGIN
170:
171: SELECT NVL(prepayment_flag,'N')
172: INTO l_prepayment_flag
173: FROM ra_terms
174: WHERE term_id=p_payment_term_id;
175:
176:
177: RETURN l_prepayment_flag;