DBA Data[Home] [Help]

APPS.MSC_ATP_GLOBAL dependencies on MSC_SATP_FUNC

Line 211: MSC_SATP_FUNC.get_dblink_profile(l_dblink,l_instance_id,l_return_status);

207: l_return_status varchar2(10);
208: BEGIN
209:
210: --get dblink
211: MSC_SATP_FUNC.get_dblink_profile(l_dblink,l_instance_id,l_return_status);
212:
213: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
214: --RAISE FND_API.G_EXC_ERROR ;
215: --if we are unable to get l_dblink then we assume that its same instance.