DBA Data[Home] [Help]

APPS.IEM_SPV_ACTIONS_PVT dependencies on IEM_GETCUST_PVT

Line 63: IEM_GETCUST_PVT.CustomerSearch(

59:
60: select resource_id into l_spv_resource_id from jtf_rs_resource_extns where user_id=l_current_user;
61:
62: if (l_post_mdts.customer_id = 0 or l_post_mdts.customer_id = -1) then
63: IEM_GETCUST_PVT.CustomerSearch(
64: P_Api_Version_Number => 1.0,
65: p_email => l_post_mdts.from_address,
66: x_party_id => l_party_id,
67: x_msg_count => l_msg_count,