DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on RA_TERMS

Line 205: ,term_id ra_terms.term_id%type DEFAULT NULL

201: ,pay_now_line_amount NUMBER DEFAULT NULL
202: ,pay_now_freight_amount NUMBER DEFAULT NULL
203: ,pay_now_tax_amount NUMBER DEFAULT NULL
204: ,pay_now_total NUMBER DEFAULT NULL
205: ,term_id ra_terms.term_id%type DEFAULT NULL
206: ,currency_code fnd_currencies.currency_code%type DEFAULT NULL
207: );
208:
209: TYPE pay_now_total_tbl IS TABLE of pay_now_total_rec