DBA Data[Home] [Help]

APPS.IBC_DIRECTORY_NODE_GRP dependencies on STANDARD

Line 208: -- Standard check for p_commit

204: --
205: -- End of API body
206: --
207:
208: -- Standard check for p_commit
209: IF FND_API.to_Boolean( p_commit )
210: THEN
211: COMMIT WORK;
212: END IF;

Line 214: -- Standard call to get message count and if count is 1, get message info.

210: THEN
211: COMMIT WORK;
212: END IF;
213:
214: -- Standard call to get message count and if count is 1, get message info.
215: FND_MSG_PUB.Count_And_Get
216: ( p_count => x_msg_count,
217: p_data => x_msg_data
218: );

Line 414: -- Standard check for p_commit

410: -- End of API body
411: --
412:
413:
414: -- Standard check for p_commit
415: IF FND_API.to_Boolean( p_commit )
416: THEN
417: COMMIT WORK;
418: END IF;

Line 420: -- Standard call to get message count and if count is 1, get message info.

416: THEN
417: COMMIT WORK;
418: END IF;
419:
420: -- Standard call to get message count and if count is 1, get message info.
421: FND_MSG_PUB.Count_And_Get
422: ( p_count => x_msg_count,
423: p_data => x_msg_data
424: );

Line 612: -- Standard check for p_commit

608: --
609:
610: x_Directory_Node_rec := Query_Directory_Node_Row(l_Directory_Node_rec.DIRECTORY_NODE_ID);
611:
612: -- Standard check for p_commit
613: IF FND_API.to_Boolean( p_commit )
614: THEN
615: COMMIT WORK;
616: END IF;

Line 618: -- Standard call to get message count and if count is 1, get message info.

614: THEN
615: COMMIT WORK;
616: END IF;
617:
618: -- Standard call to get message count and if count is 1, get message info.
619: FND_MSG_PUB.Count_And_Get
620: ( p_count => x_msg_count,
621: p_data => x_msg_data
622: );

Line 808: -- Standard check for p_commit

804: --
805: -- End of API body
806: --
807:
808: -- Standard check for p_commit
809: IF FND_API.to_Boolean( p_commit )
810: THEN
811: COMMIT WORK;
812: END IF;

Line 814: -- Standard call to get message count and if count is 1, get message info.

810: THEN
811: COMMIT WORK;
812: END IF;
813:
814: -- Standard call to get message count and if count is 1, get message info.
815: FND_MSG_PUB.Count_And_Get
816: ( p_count => x_msg_count,
817: p_data => x_msg_data
818: );