DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_TYPE_V2PUB dependencies on STANDARD

Line 686: -- Standard start of API savepoint

682: l_relationship_type_rec RELATIONSHIP_TYPE_REC_TYPE := p_relationship_type_rec;
683:
684:
685: BEGIN
686: -- Standard start of API savepoint
687: SAVEPOINT create_relationship_type;
688:
689: -- Initialize message list if p_init_msg_list is set to TRUE.
690: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

705: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
706: RAISE FND_API.G_EXC_ERROR;
707: END IF;
708:
709: -- Standard call to get message count and if count is 1, get message info.
710: FND_MSG_PUB.Count_And_Get(
711: p_encoded => FND_API.G_FALSE,
712: p_count => x_msg_count,
713: p_data => x_msg_data);

Line 789: -- Standard start of API savepoint

785: l_relationship_type_rec RELATIONSHIP_TYPE_REC_TYPE := p_relationship_type_rec;
786:
787: BEGIN
788:
789: -- Standard start of API savepoint
790: SAVEPOINT update_relationship_type;
791:
792: -- Initialize message list if p_init_msg_list is set to TRUE.
793: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

802: l_relationship_type_rec,
803: p_object_version_number,
804: x_return_status);
805:
806: -- Standard call to get message count and if count is 1, get message info.
807: FND_MSG_PUB.Count_And_Get(
808: p_encoded => FND_API.G_FALSE,
809: p_count => x_msg_count,
810: p_data => x_msg_data);