DBA Data[Home] [Help]

APPS.PA_CI_SECURITY_PKG dependencies on FND_MSG_PUB

Line 939: fnd_msg_pub.add_exc_msg

935: );
936:
937: EXCEPTION
938: WHEN OTHERS THEN
939: fnd_msg_pub.add_exc_msg
940: (p_pkg_name => G_PKG_NAME,
941: p_procedure_name =>'get_resp_with_access' );
942:
943: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;

Line 948: FND_MSG_PUB.Count_And_Get

944: x_has_access := 'F';
945: x_resp_key := '';
946: x_appl_short_name := '';
947:
948: FND_MSG_PUB.Count_And_Get
949: (p_count => x_msg_count ,
950: p_data => x_msg_data
951: );
952: END GET_RESP_WITH_ACCESS;