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 867: -- Standard call to get message count. if count=1, get message info.

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

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

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