DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_GRP dependencies on STANDARD

Line 180: -- Standard call to get message count. if count=1, get message info.

176: l_ret := CS_KB_ELEMENT_LINKS_PKG.Delete_Element_Link_W_Obj_Code(
177: p_element_id, p_object_code, p_other_id);
178:
179: -- -- -- -- end delete Element_link -- -- --
180: -- Standard call to get message count. if count=1, get message info.
181: FND_MSG_PUB.Count_And_Get(
182: p_count => x_msg_count,
183: p_data => x_msg_data );
184:

Line 654: -- Standard call to get message count. if count=1, get message info.

650: IF FND_API.To_Boolean( p_commit ) THEN
651: COMMIT WORK;
652: END IF;
653:
654: -- Standard call to get message count. if count=1, get message info.
655: FND_MSG_PUB.Count_And_Get(
656: p_count => x_msg_count,
657: p_data => x_msg_data );
658:

Line 868: -- Standard call to get message count. if count=1, get message info.

864: IF FND_API.To_Boolean( p_commit ) THEN
865: COMMIT WORK;
866: END IF;
867:
868: -- Standard call to get message count. if count=1, get message info.
869: FND_MSG_PUB.Count_And_Get(
870: p_count => x_msg_count,
871: p_data => x_msg_data );
872:

Line 1519: -- Standard call to get message count. if count=1, get message info.

1515: end if; --end if all
1516:
1517: -- -- -- -- end of code -- -- -- --
1518:
1519: -- Standard call to get message count. if count=1, get message info.
1520: FND_MSG_PUB.Count_And_Get(
1521: p_count => x_msg_count,
1522: p_data => x_msg_data );
1523: