DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_TERMS_UTIL_PVT

Line 1204: l_current_org_id := OKC_TERMS_UTIL_PVT.get_current_org_id(p_doc_type, p_doc_id);

1200: -- Initialize API return status to success
1201: x_return_status := FND_API.G_RET_STS_SUCCESS;
1202:
1203: -- Begin: Added code for bug 5406515
1204: l_current_org_id := OKC_TERMS_UTIL_PVT.get_current_org_id(p_doc_type, p_doc_id);
1205: MO_GLOBAL.set_policy_context('S',l_current_org_id);
1206: -- End: Added code for bug 5406515
1207:
1208: IF FND_API.To_Boolean( p_validate_commit )

Line 1382: l_current_org_id := OKC_TERMS_UTIL_PVT.get_current_org_id(p_doc_type, p_doc_id);

1378: CLOSE l_get_article_org_csr;
1379:
1380: -- current Org Id
1381: -- fnd_profile.get('ORG_ID',l_current_org_id);
1382: l_current_org_id := OKC_TERMS_UTIL_PVT.get_current_org_id(p_doc_type, p_doc_id);
1383:
1384: IF nvl(l_current_org_id,'?') = l_article_org_id THEN
1385:
1386: -- Find out latest active version of article to be inserted

Line 1456: l_art_title := okc_terms_util_pvt.get_article_name

1452: l_articles_dropped := l_articles_dropped + 1;
1453: /*
1454: We are unable to display these messages on fnd message stack on structure pg
1455: So we will decide the number of articles dropped for now
1456: l_art_title := okc_terms_util_pvt.get_article_name
1457: (l_article_rec.article_id,
1458: l_article_rec.article_version_id);
1459: okc_Api.Set_Message(p_app_name => G_APP_NAME,
1460: p_msg_name => 'OKC_PROV_ART_DROPPED',