DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on RA_TERMS

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

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