DBA Data[Home] [Help]

APPS.MRP_ATP_UTILS dependencies on FND_API

Line 37: x_return_status := FND_API.G_RET_STS_ERROR;

33: IF PG_DEBUG in ('Y', 'C') THEN
34: msc_sch_wb.atp_debug('put_into_temp_table: ' || ' Error in MRPUATPB.pls '||substr(sqlerrm,1,100));
35: END IF;
36: x_msg_data := substr(sqlerrm,1,100);
37: x_return_status := FND_API.G_RET_STS_ERROR;
38: END put_into_temp_table;
39:
40:
41: PROCEDURE get_from_temp_table(

Line 68: x_return_status := FND_API.G_RET_STS_ERROR;

64: x_msg_count,
65: 1);
66: EXCEPTION
67: WHEN OTHERS THEN
68: x_return_status := FND_API.G_RET_STS_ERROR;
69: END get_from_temp_table;
70:
71: FUNCTION Call_ATP_11(
72: p_group_id NUMBER,