DBA Data[Home] [Help]

APPS.OZF_DEBUG_PVT dependencies on FND_API

Line 42: RAISE Fnd_Api.g_exc_error;

38: CLOSE c_populate_orgs;
39: P_MO_SECURITY_ORGS := RTRIM(l_tmp_str,',');
40: EXCEPTION
41: WHEN OTHERS THEN
42: RAISE Fnd_Api.g_exc_error;
43: ozf_utility_pvt.debug_message('Exception in Getting MOAC Context');
44: END;
45:
46: /*****************************************************************************************/

Line 78: RAISE Fnd_Api.g_exc_error;

74: CLOSE c_populate_orgs;
75: OZF_UTILITY_PVT.debug_message(FND_LOG.LEVEL_STATEMENT,'OZF',P_TEXT||' MO:Security profile :org_ids -- ' || RTRIM(l_tmp_str,','));
76: EXCEPTION
77: WHEN OTHERS THEN
78: RAISE Fnd_Api.g_exc_error;
79: ozf_utility_pvt.debug_message('Exception in Getting MOAC Context');
80: END ;
81:
82: END OZF_DEBUG_PVT;