DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on FND_MSG_PUB

Line 168: FND_MSG_PUB.initialize;

164:
165:
166: -- Initialize message list if p_init_msg_list is set to TRUE.
167: IF FND_API.to_Boolean( p_init_msg_list ) THEN
168: FND_MSG_PUB.initialize;
169: END IF;
170:
171: -- Initialize API return status to success
172: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 950: FND_MSG_PUB.Add;

946: wip_logger.log(num_error_records||'records failed to process', l_returnStatus);
947: END IF;
948:
949: FND_MESSAGE.SET_NAME('WIP','WIP_WARNING_REPORT');
950: FND_MSG_PUB.Add;
951:
952:
953: /*--------------------------------------------------------------------+
954: | Call report to write results of load process. Need to run |