DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on JTF_RS_SALESREPS

Line 74: /* Bug 3836832 - dummy salesrep is retrieved directly from jtf_rs_salesreps

70: IF mo_utils.get_multi_org_flag = 'Y' THEN
71: /* --------------------------------
72: For Multi org case
73: --------------------------------- */
74: /* Bug 3836832 - dummy salesrep is retrieved directly from jtf_rs_salesreps
75: instead of ra_salesreps view. Lookup retrieval from ar_lookups
76: replaced by calls to get_lookup function */
77:
78: /* Bug 4188835 - replaced numerous sp columns with some

Line 405: jtf_rs_salesreps rs,

401: p_globals.default_rct_mthd_for_lc_inv_t
402: from
403: gl_sets_of_books sob,
404: fnd_currencies fc,
405: jtf_rs_salesreps rs,
406: ar_system_parameters sp,
407: zx_product_options zxpo
408: where sp.set_of_books_id = sob.set_of_books_id
409: and sob.currency_code = fc.currency_code

Line 739: jtf_rs_salesreps rs,

735: p_globals.default_rct_mthd_for_lc_inv_t
736: from
737: gl_sets_of_books sob,
738: fnd_currencies fc,
739: jtf_rs_salesreps rs,
740: ar_system_parameters sp,
741: zx_product_options zxpo
742: where sp.set_of_books_id = sob.set_of_books_id
743: and sob.currency_code = fc.currency_code