DBA Data[Home] [Help]

APPS.HZ_DNB_HIERARCHY_PVT dependencies on FND_MSG_PUB

Line 884: FND_MSG_PUB.ADD;

880: FND_MESSAGE.SET_TOKEN('RELATIONSHIP' ,p_relationship_code);
881: FND_MESSAGE.SET_TOKEN('REL_TYPE' , 'DNB_HIERARCHY');
882: FND_MESSAGE.SET_TOKEN('SUB' , to_char(p_subject_id));
883: FND_MESSAGE.SET_TOKEN('OBJ' , to_char(p_object_id));
884: FND_MSG_PUB.ADD;
885: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
886:
887: END IF;
888: return 0 ;

Line 1477: FND_MSG_PUB.Count_And_Get(

1473:
1474:
1475:
1476: -- standard call to get message count and if count is 1, get message info.
1477: FND_MSG_PUB.Count_And_Get(
1478: p_encoded => FND_API.G_FALSE,
1479: p_count => x_msg_count,
1480: p_data => x_msg_data);
1481: END create_dnb_hierarchy ;

Line 1766: FND_MSG_PUB.Count_And_Get(

1762: WHEN OTHERS
1763: THEN
1764: x_return_status := FND_API.G_RET_STS_ERROR ;
1765: -- standard call to get message count and if count is 1, get message info.
1766: FND_MSG_PUB.Count_And_Get(
1767: p_encoded => FND_API.G_FALSE,
1768: p_count => x_msg_count,
1769: p_data => x_msg_data);
1770: END conform_party_to_dnb_hierarchy ;