DBA Data[Home] [Help]

APPS.MRP_OM_API_PK dependencies on FND_API

Line 37: x_return_status := FND_API.G_RET_STS_SUCCESS;

33: FND_GLOBAL.USER_ID,
34: p_line_tbl(i),
35: 2 -- To Be Processed.
36: ) ;
37: x_return_status := FND_API.G_RET_STS_SUCCESS;
38: IF PG_DEBUG in ('Y', 'C') THEN
39: msc_sch_wb.atp_debug('End MRP_OM_Interface');
40: END IF;
41: EXCEPTION

Line 57: x_return_status := FND_API.G_RET_STS_ERROR;

53: -- a consistent picture of demand as the insert
54: -- into the temporary table has failed!
55: pvalue := fnd_profile.save('MRP_PLNG_MGR_FIRST_TIME',
56: 'Y', 'SITE');
57: x_return_status := FND_API.G_RET_STS_ERROR;
58: -- It would be a better idea to send a
59: -- notification to a system manager at this point
60: -- as this will make the planning manager to
61: -- go very slow.