DBA Data[Home] [Help]

APPS.IBE_MSITE_RESP_MGR_PVT dependencies on IBE_MSITES_VL

Line 647: FROM ibe_msites_vl

643: x_return_status := FND_API.G_RET_STS_SUCCESS;
644:
645: -- Get the mini-site data
646: OPEN x_msite_csr FOR SELECT msite_name, msite_description
647: FROM ibe_msites_vl
648: WHERE msite_id = p_msite_id and site_type = 'I';
649:
650: -- Get the msite-resp data and resp data
651: IF (p_application_id = -1 OR