DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on CS_KNOWLEDGE_GRP

Line 5011: CS_Knowledge_GRP.Create_Element_Link

5007: l_element_link_rec.element_id := p_statement_id;
5008:
5009:
5010: -- Call the knowledge base API to actually create the link
5011: CS_Knowledge_GRP.Create_Element_Link
5012: (
5013: p_api_version => 1.0, --3630159 --30th June, 2004-- All consumer calls should have API version hardcoded
5014: p_init_msg_list => p_init_msg_list,
5015: p_commit => p_commit,

Line 5131: CS_Knowledge_GRP.Create_Set_Link

5127: l_set_link_rec.set_id := p_solution_id;
5128:
5129:
5130: -- Call the knowledge base API to actually create the link
5131: CS_Knowledge_GRP.Create_Set_Link
5132: (
5133: p_api_version => 1.0, --3630159 --30th June, 2004 -- All consumer calls should have API version hardcoded
5134: p_init_msg_list => p_init_msg_list,
5135: p_commit => p_commit,