DBA Data[Home] [Help]

APPS.OKC_ARTICLES_GRP dependencies on OKC_ARTICLE_RELATIONSHIPS_PVT

Line 4325: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(

4321: --------------------------------------------
4322: -- Calling Simple API for Creating A Row
4323: --------------------------------------------
4324: --dbms_output.put_line('Insrting...with src/target: '||p_source_article_id||'*'||p_target_article_id);
4325: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(
4326: p_validation_level => p_validation_level,
4327: x_return_status => x_return_status,
4328: p_source_article_id => p_source_article_id,
4329: p_target_article_id => p_target_article_id,

Line 4346: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(

4342: --------------------------------------------
4343: -- Create opposite row by flipping the source and target for the relationship
4344: --------------------------------------------
4345: --dbms_output.put_line('Insrting. Reverse ..with src/target: '||p_target_article_id||'*'||p_source_article_id);
4346: OKC_ARTICLE_RELATIONSHIPS_PVT.Insert_Row(
4347: p_validation_level => p_validation_level,
4348: x_return_status => x_return_status,
4349: p_source_article_id => p_target_article_id,
4350: p_target_article_id => p_source_article_id,

Line 4574: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(

4570: --------------------------------------------
4571: -- Calling Simple API for Deleting A Row
4572: --------------------------------------------
4573: IF p_org_id <> G_GLOBAL_ORG_ID THEN
4574: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(
4575: x_return_status => x_return_status,
4576: p_source_article_id => p_source_article_id,
4577: p_target_article_id => p_target_article_id,
4578: p_org_id => p_org_id,

Line 4591: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(

4587: --------------------------------------------
4588: --------------------------------------------
4589: -- Delete the opposite row by flipping the source and target for the relationship
4590: --------------------------------------------
4591: OKC_ARTICLE_RELATIONSHIPS_PVT.Delete_Row(
4592: x_return_status => x_return_status,
4593: p_source_article_id => p_target_article_id,
4594: p_target_article_id => p_source_article_id,
4595: p_org_id => p_org_id,