DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on FND_MSG_PUB

Line 112: FND_MSG_PUB.initialize;

108:
109:
110: -- Initialize message list if p_init_msg_list is set to TRUE.
111: IF FND_API.to_Boolean( p_init_msg_list ) THEN
112: FND_MSG_PUB.initialize;
113: END IF;
114:
115: -- Initialize API return status to success
116: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 799: FND_MSG_PUB.Add;

795: wip_logger.log(num_error_records||'records failed to process', l_returnStatus);
796: END IF;
797:
798: FND_MESSAGE.SET_NAME('WIP','WIP_WARNING_REPORT');
799: FND_MSG_PUB.Add;
800:
801:
802: /*--------------------------------------------------------------------+
803: | Call report to write results of load process. Need to run |