DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on FND_CURRENCIES

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

Line 215: (p_currency_code IN fnd_currencies.currency_code%TYPE

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