DBA Data[Home] [Help]

APPS.ARP_CTLGD_PKG dependencies on FND_CURRENCIES

Line 161: p_currency_code IN fnd_currencies.currency_code%type

157: p_cust_trx_line_gl_dist_id IN
158: ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
159: p_exchange_rate IN ra_customer_trx.exchange_rate%type
160: DEFAULT 1,
161: p_currency_code IN fnd_currencies.currency_code%type
162: DEFAULT null,
163: p_precision IN fnd_currencies.precision%type
164: DEFAULT null,
165: p_mau IN

Line 163: p_precision IN fnd_currencies.precision%type

159: p_exchange_rate IN ra_customer_trx.exchange_rate%type
160: DEFAULT 1,
161: p_currency_code IN fnd_currencies.currency_code%type
162: DEFAULT null,
163: p_precision IN fnd_currencies.precision%type
164: DEFAULT null,
165: p_mau IN
166: fnd_currencies.minimum_accountable_unit%type
167: DEFAULT null);

Line 166: fnd_currencies.minimum_accountable_unit%type

162: DEFAULT null,
163: p_precision IN fnd_currencies.precision%type
164: DEFAULT null,
165: p_mau IN
166: fnd_currencies.minimum_accountable_unit%type
167: DEFAULT null);
168:
169: PROCEDURE update_f_ct_id( p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,
170: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,

Line 177: p_currency_code IN fnd_currencies.currency_code%type

173: p_account_class
174: IN ra_cust_trx_line_gl_dist.account_class%type,
175: p_exchange_rate IN ra_customer_trx.exchange_rate%type
176: DEFAULT 1,
177: p_currency_code IN fnd_currencies.currency_code%type
178: DEFAULT null,
179: p_precision IN fnd_currencies.precision%type
180: DEFAULT null,
181: p_mau IN

Line 179: p_precision IN fnd_currencies.precision%type

175: p_exchange_rate IN ra_customer_trx.exchange_rate%type
176: DEFAULT 1,
177: p_currency_code IN fnd_currencies.currency_code%type
178: DEFAULT null,
179: p_precision IN fnd_currencies.precision%type
180: DEFAULT null,
181: p_mau IN
182: fnd_currencies.minimum_accountable_unit%type
183: DEFAULT null);

Line 182: fnd_currencies.minimum_accountable_unit%type

178: DEFAULT null,
179: p_precision IN fnd_currencies.precision%type
180: DEFAULT null,
181: p_mau IN
182: fnd_currencies.minimum_accountable_unit%type
183: DEFAULT null);
184:
185: PROCEDURE update_f_ctl_id(
186: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,

Line 195: p_currency_code IN fnd_currencies.currency_code%type

191: p_account_class
192: IN ra_cust_trx_line_gl_dist.account_class%type,
193: p_exchange_rate IN ra_customer_trx.exchange_rate%type
194: DEFAULT 1,
195: p_currency_code IN fnd_currencies.currency_code%type
196: DEFAULT null,
197: p_precision IN fnd_currencies.precision%type
198: DEFAULT null,
199: p_mau IN

Line 197: p_precision IN fnd_currencies.precision%type

193: p_exchange_rate IN ra_customer_trx.exchange_rate%type
194: DEFAULT 1,
195: p_currency_code IN fnd_currencies.currency_code%type
196: DEFAULT null,
197: p_precision IN fnd_currencies.precision%type
198: DEFAULT null,
199: p_mau IN
200: fnd_currencies.minimum_accountable_unit%type
201: DEFAULT null);

Line 200: fnd_currencies.minimum_accountable_unit%type

196: DEFAULT null,
197: p_precision IN fnd_currencies.precision%type
198: DEFAULT null,
199: p_mau IN
200: fnd_currencies.minimum_accountable_unit%type
201: DEFAULT null);
202:
203: PROCEDURE update_f_ctls_id(
204: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,

Line 213: p_currency_code IN fnd_currencies.currency_code%type

209: p_account_class
210: IN ra_cust_trx_line_gl_dist.account_class%type,
211: p_exchange_rate IN ra_customer_trx.exchange_rate%type
212: DEFAULT 1,
213: p_currency_code IN fnd_currencies.currency_code%type
214: DEFAULT null,
215: p_precision IN fnd_currencies.precision%type
216: DEFAULT null,
217: p_mau IN

Line 215: p_precision IN fnd_currencies.precision%type

211: p_exchange_rate IN ra_customer_trx.exchange_rate%type
212: DEFAULT 1,
213: p_currency_code IN fnd_currencies.currency_code%type
214: DEFAULT null,
215: p_precision IN fnd_currencies.precision%type
216: DEFAULT null,
217: p_mau IN
218: fnd_currencies.minimum_accountable_unit%type
219: DEFAULT null);

Line 218: fnd_currencies.minimum_accountable_unit%type

214: DEFAULT null,
215: p_precision IN fnd_currencies.precision%type
216: DEFAULT null,
217: p_mau IN
218: fnd_currencies.minimum_accountable_unit%type
219: DEFAULT null);
220:
221: PROCEDURE update_acctd_amount(p_customer_trx_id IN number,
222: p_base_curr_code IN

Line 223: fnd_currencies.currency_code%type,

219: DEFAULT null);
220:
221: PROCEDURE update_acctd_amount(p_customer_trx_id IN number,
222: p_base_curr_code IN
223: fnd_currencies.currency_code%type,
224: p_exchange_rate IN
225: ra_customer_trx.exchange_rate%type,
226: p_base_precision IN
227: fnd_currencies.precision%type

Line 227: fnd_currencies.precision%type

223: fnd_currencies.currency_code%type,
224: p_exchange_rate IN
225: ra_customer_trx.exchange_rate%type,
226: p_base_precision IN
227: fnd_currencies.precision%type
228: default null,
229: p_base_min_acc_unit IN
230: fnd_currencies.minimum_accountable_unit%type
231: default null);

Line 230: fnd_currencies.minimum_accountable_unit%type

226: p_base_precision IN
227: fnd_currencies.precision%type
228: default null,
229: p_base_min_acc_unit IN
230: fnd_currencies.minimum_accountable_unit%type
231: default null);
232:
233: PROCEDURE update_amount_f_ctl_id(p_customer_trx_line_id IN
234: ra_customer_trx_lines.customer_trx_line_id%type,

Line 238: fnd_currencies.currency_code%type,

234: ra_customer_trx_lines.customer_trx_line_id%type,
235: p_line_amount IN
236: ra_customer_trx_lines.extended_amount%type,
237: p_foreign_currency_code IN
238: fnd_currencies.currency_code%type,
239: p_base_curr_code IN
240: fnd_currencies.currency_code%type,
241: p_exchange_rate IN
242: ra_customer_trx.exchange_rate%type,

Line 240: fnd_currencies.currency_code%type,

236: ra_customer_trx_lines.extended_amount%type,
237: p_foreign_currency_code IN
238: fnd_currencies.currency_code%type,
239: p_base_curr_code IN
240: fnd_currencies.currency_code%type,
241: p_exchange_rate IN
242: ra_customer_trx.exchange_rate%type,
243: p_base_precision IN
244: fnd_currencies.precision%type

Line 244: fnd_currencies.precision%type

240: fnd_currencies.currency_code%type,
241: p_exchange_rate IN
242: ra_customer_trx.exchange_rate%type,
243: p_base_precision IN
244: fnd_currencies.precision%type
245: default null,
246: p_base_min_acc_unit IN
247: fnd_currencies.minimum_accountable_unit%type
248: default null);

Line 247: fnd_currencies.minimum_accountable_unit%type

243: p_base_precision IN
244: fnd_currencies.precision%type
245: default null,
246: p_base_min_acc_unit IN
247: fnd_currencies.minimum_accountable_unit%type
248: default null);
249:
250: PROCEDURE insert_p(
251: p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype,

Line 256: p_currency_code IN fnd_currencies.currency_code%type

252: p_cust_trx_line_gl_dist_id
253: OUT NOCOPY ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type,
254: p_exchange_rate IN ra_customer_trx.exchange_rate%type
255: DEFAULT 1,
256: p_currency_code IN fnd_currencies.currency_code%type
257: DEFAULT null,
258: p_precision IN fnd_currencies.precision%type
259: DEFAULT null,
260: p_mau IN fnd_currencies.minimum_accountable_unit%type

Line 258: p_precision IN fnd_currencies.precision%type

254: p_exchange_rate IN ra_customer_trx.exchange_rate%type
255: DEFAULT 1,
256: p_currency_code IN fnd_currencies.currency_code%type
257: DEFAULT null,
258: p_precision IN fnd_currencies.precision%type
259: DEFAULT null,
260: p_mau IN fnd_currencies.minimum_accountable_unit%type
261: DEFAULT null
262: );

Line 260: p_mau IN fnd_currencies.minimum_accountable_unit%type

256: p_currency_code IN fnd_currencies.currency_code%type
257: DEFAULT null,
258: p_precision IN fnd_currencies.precision%type
259: DEFAULT null,
260: p_mau IN fnd_currencies.minimum_accountable_unit%type
261: DEFAULT null
262: );
263:
264: PROCEDURE display_dist_rec( p_dist_rec IN ra_cust_trx_line_gl_dist%rowtype);