DBA Data[Home] [Help]

APPS.OKC_ARTICLES_GRP dependencies on OKC_ARTICLE_RELATIONSHIPS_PVT

Line 4158: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(

4154: --------------------------------------------
4155: -- Calling Simple API for Creating A Row
4156: --------------------------------------------
4157: --dbms_output.put_line('Insrting...with src/target: '||p_source_article_id||'*'||p_target_article_id);
4158: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(
4159: p_validation_level => p_validation_level,
4160: x_return_status => x_return_status,
4161: p_source_article_id => p_source_article_id,
4162: p_target_article_id => p_target_article_id,

Line 4179: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(

4175: --------------------------------------------
4176: -- Create opposite row by flipping the source and target for the relationship
4177: --------------------------------------------
4178: --dbms_output.put_line('Insrting. Reverse ..with src/target: '||p_target_article_id||'*'||p_source_article_id);
4179: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(
4180: p_validation_level => p_validation_level,
4181: x_return_status => x_return_status,
4182: p_source_article_id => p_target_article_id,
4183: p_target_article_id => p_source_article_id,

Line 4407: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(

4403: --------------------------------------------
4404: -- Calling Simple API for Deleting A Row
4405: --------------------------------------------
4406: IF p_org_id <> G_GLOBAL_ORG_ID THEN
4407: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(
4408: x_return_status => x_return_status,
4409: p_source_article_id => p_source_article_id,
4410: p_target_article_id => p_target_article_id,
4411: p_org_id => p_org_id,

Line 4424: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(

4420: --------------------------------------------
4421: --------------------------------------------
4422: -- Delete the opposite row by flipping the source and target for the relationship
4423: --------------------------------------------
4424: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(
4425: x_return_status => x_return_status,
4426: p_source_article_id => p_target_article_id,
4427: p_target_article_id => p_source_article_id,
4428: p_org_id => p_org_id,