DBA Data[Home] [Help]

APPS.ARP_AUTO_RULE dependencies on FND_CURRENCIES

Line 956: fnd_currencies fc,

952: ra_cust_trx_line_gl_dist_s.NEXTVAL, /* cust_trx_line_gl_dist_id */
953: header.org_id
954: FROM
955: ra_customer_trx header,
956: fnd_currencies fc,
957: ra_customer_trx_lines lines,
958: ra_rules acc_rule,
959: ra_cust_trx_line_gl_dist rec,
960: ra_cust_trx_line_gl_dist dist,

Line 1190: fnd_currencies fc,

1186: ra_cust_trx_line_gl_dist_s.NEXTVAL, /* cust_trx_line_gl_dist_id */
1187: header.org_id
1188: FROM
1189: ra_customer_trx header,
1190: fnd_currencies fc,
1191: ra_customer_trx_lines lines,
1192: ra_rules acc_rule,
1193: ra_cust_trx_line_gl_dist rec,
1194: ra_cust_trx_line_gl_dist dist,

Line 1908: fnd_currencies fc,

1904: ra_cust_trx_line_gl_dist psum, /* model plug account assignments */
1905: ra_cust_trx_line_salesreps cmsrep, /* 2899714 */
1906: ra_customer_trx_lines lines,
1907: ra_cust_trx_line_gl_dist rec, /* model receivable account */
1908: fnd_currencies fc,
1909: ra_customer_trx trx
1910: WHERE
1911: trx.customer_trx_id = p_trx_id
1912: AND trx.complete_flag = 'Y'

Line 2111: fnd_currencies fc,

2107: ra_cust_trx_line_gl_dist psum, /* model plug account assignments */
2108: ra_cust_trx_line_salesreps cmsrep, /* 2899714 */
2109: ra_customer_trx_lines lines,
2110: ra_cust_trx_line_gl_dist rec, /* model receivable account */
2111: fnd_currencies fc,
2112: ra_customer_trx trx
2113: WHERE
2114: trx.customer_trx_id = p_trx_id
2115: AND trx.complete_flag = 'Y'

Line 2365: fnd_currencies fc,

2361: ra_cust_trx_line_gl_dist tax,
2362: ra_customer_trx_lines tax_line,
2363: ra_customer_trx_lines line_line,
2364: ra_cust_trx_line_gl_dist rec,
2365: fnd_currencies fc,
2366: ra_customer_trx trx
2367: WHERE
2368: trx.customer_trx_id = p_trx_id
2369: AND trx.complete_flag = 'Y'

Line 2562: fnd_currencies fc,

2558: ra_customer_trx model_trx,
2559: ra_cust_trx_line_gl_dist freight,
2560: ra_customer_trx_lines lines,
2561: ra_cust_trx_line_gl_dist rec,
2562: fnd_currencies fc,
2563: ra_customer_trx trx
2564: WHERE
2565: trx.customer_trx_id = p_trx_id
2566: AND trx.complete_flag = 'Y'

Line 3062: fnd_currencies fc,

3058: period_set_name,
3059: base_precision,
3060: base_min_acc_unit
3061: FROM
3062: fnd_currencies fc,
3063: gl_sets_of_books gsb,
3064: ar_system_parameters asp
3065: WHERE
3066: gsb.set_of_books_id = asp.set_of_books_id