DBA Data[Home] [Help]

APPS.OKL_ASSET_SUBSIDY_PVT dependencies on RA_SALESREP_TERRITORIES

Line 1278: from RA_SALESREP_TERRITORIES rst,

1274: -- Bug#3508166
1275: cursor l_terr_csr (p_subsidy_id in number,
1276: p_asset_cle_id in number) is
1277: select 'Y'
1278: from RA_SALESREP_TERRITORIES rst,
1279: OKC_CONTACTS cro,
1280: OKC_K_PARTY_ROLES_B cplb,
1281: OKC_K_LINES_B cleb,
1282: okl_subsidy_criteria suc

Line 2371: from RA_SALESREP_TERRITORIES rst,

2367: */
2368: cursor l_terr_csr (p_subsidy_id in number,
2369: p_sales_rep_id in number) is
2370: select 'Y'
2371: from RA_SALESREP_TERRITORIES rst,
2372: okl_subsidy_criteria suc
2373: Where rst.salesrep_id = p_sales_rep_id
2374: And SUC.SUBSIDY_ID = p_subsidy_id
2375: And SUC.SALES_TERRITORY_ID = rst.territory_id;