DBA Data[Home] [Help]

APPS.ISC_DBI_BOOK_SUM2_F_C dependencies on JTF_RS_SALESREPS

Line 139: jtf_rs_salesreps sr

135: sr.org_id, sc.sales_group_id group_id, sc.created_by, sc.creation_date,
136: sc.last_updated_by, sc.last_update_date, sc.last_update_login
137: from oe_sales_credit_types sc_typ,
138: oe_sales_credits sc,
139: jtf_rs_salesreps sr
140: where sc.sales_group_id is not null
141: and sc.salesrep_id = sr.salesrep_id
142: and sc.sales_credit_type_id = sc_typ.sales_credit_type_id
143: and sc_typ.quota_flag = 'Y'

Line 2857: jtf_rs_salesreps sr

2853: sr.org_id, sc.sales_group_id group_id, sc.created_by, sc.creation_date,
2854: sc.last_updated_by, sc.last_update_date, sc.last_update_login
2855: from oe_sales_credit_types sc_typ,
2856: oe_sales_credits sc,
2857: jtf_rs_salesreps sr
2858: where sc.sales_group_id is not null
2859: and sc.salesrep_id = sr.salesrep_id
2860: and sc.sales_credit_type_id = sc_typ.sales_credit_type_id
2861: and sc_typ.quota_flag = 'Y'