DBA Data[Home] [Help]

APPS.OKC_TERMS_MULTIREC_GRP dependencies on OKC_TERMS_UTIL_PVT

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

1177: -- Initialize API return status to success
1178: x_return_status := FND_API.G_RET_STS_SUCCESS;
1179:
1180: -- Begin: Added code for bug 5406515
1181: l_current_org_id := OKC_TERMS_UTIL_PVT.get_current_org_id(p_doc_type, p_doc_id);
1182: MO_GLOBAL.set_policy_context('S',l_current_org_id);
1183: -- End: Added code for bug 5406515
1184:
1185: IF FND_API.To_Boolean( p_validate_commit )

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

1354: CLOSE l_get_article_org_csr;
1355:
1356: -- current Org Id
1357: -- fnd_profile.get('ORG_ID',l_current_org_id);
1358: l_current_org_id := OKC_TERMS_UTIL_PVT.get_current_org_id(p_doc_type, p_doc_id);
1359:
1360: IF nvl(l_current_org_id,'?') = l_article_org_id THEN
1361:
1362: -- Find out latest active version of article to be inserted

Line 1432: l_art_title := okc_terms_util_pvt.get_article_name

1428: l_articles_dropped := l_articles_dropped + 1;
1429: /*
1430: We are unable to display these messages on fnd message stack on structure pg
1431: So we will decide the number of articles dropped for now
1432: l_art_title := okc_terms_util_pvt.get_article_name
1433: (l_article_rec.article_id,
1434: l_article_rec.article_version_id);
1435: okc_Api.Set_Message(p_app_name => G_APP_NAME,
1436: p_msg_name => 'OKC_PROV_ART_DROPPED',