DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on FND_CURRENCIES

Line 206: ,currency_code fnd_currencies.currency_code%type 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
210: INDEX BY BINARY_INTEGER;

Line 216: (p_currency_code IN fnd_currencies.currency_code%TYPE

212: -----------------------------------------------------------------------------------------
213: -- New procedure Get_First_Installment added for Pay Now Pay Later project to fetch and calculate first installment amount from AR tables.
214: ------------------------------------------------------------------------------------------
215: PROCEDURE Get_First_Installment
216: (p_currency_code IN fnd_currencies.currency_code%TYPE
217: ,p_x_due_now_total_detail_tbl IN OUT NOCOPY AR_VIEW_TERM_GRP.amounts_table
218: ,x_due_now_total_summary_rec OUT NOCOPY AR_VIEW_TERM_GRP.summary_amounts_rec
219: ,x_return_status OUT NOCOPY VARCHAR2
220: ,x_msg_count OUT NOCOPY NUMBER