DBA Data[Home] [Help]

APPS.PO_INTERFACE_ERRORS_GRP dependencies on FND_MSG_PUB

Line 81: FND_MSG_PUB.initialize;

77: l_progress := '000';
78: x_return_status := FND_API.G_RET_STS_SUCCESS;
79:
80: IF (FND_API.to_boolean(p_init_msg_list)) THEN
81: FND_MSG_PUB.initialize;
82: END IF;
83:
84: IF (NOT FND_API.Compatible_API_Call
85: ( p_current_version_number => l_api_version,

Line 118: FND_MSG_PUB.add_exc_msg

114: ROLLBACK;
115:
116: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
117:
118: FND_MSG_PUB.add_exc_msg
119: ( p_pkg_name => G_PKG_NAME,
120: p_procedure_name => l_api_name || '.' || l_progress
121: );
122:

Line 123: FND_MSG_PUB.count_and_get

119: ( p_pkg_name => G_PKG_NAME,
120: p_procedure_name => l_api_name || '.' || l_progress
121: );
122:
123: FND_MSG_PUB.count_and_get
124: ( p_encoded => 'F',
125: p_count => x_msg_count,
126: p_data => x_msg_data
127: );