DBA Data[Home] [Help]

APPS.AMV_MATCH_PVT dependencies on AMV_RS_ALL_RES_EXTNS_VL

Line 1668: From amv_rs_all_res_extns_vl r

1664: --Updated to use current resource_id and not channel_owner
1665: CURSOR Get_OwnerIDAndName_csr (res_id IN NUMBER)IS
1666: select u.user_name,
1667: r.resource_id
1668: From amv_rs_all_res_extns_vl r
1669: , fnd_user u
1670: where r.resource_id = res_id
1671: and u.user_id = r.user_id;
1672: --

Line 2013: From amv_rs_all_res_extns_vl r

2009: --Updated to use current resource_id and not channel_owner
2010: CURSOR Get_OwnerIDAndName_csr (res_id IN NUMBER)IS
2011: select u.user_name,
2012: r.resource_id
2013: From amv_rs_all_res_extns_vl r
2014: , fnd_user u
2015: where r.resource_id = res_id
2016: and u.user_id = r.user_id;
2017: --