DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on CS_KNOWLEDGE_GRP

Line 4892: CS_Knowledge_GRP.Create_Element_Link

4888: l_element_link_rec.element_id := p_statement_id;
4889:
4890:
4891: -- Call the knowledge base API to actually create the link
4892: CS_Knowledge_GRP.Create_Element_Link
4893: (
4894: p_api_version => 1.0, --3630159 --30th June, 2004-- All consumer calls should have API version hardcoded
4895: p_init_msg_list => p_init_msg_list,
4896: p_commit => p_commit,

Line 5012: CS_Knowledge_GRP.Create_Set_Link

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