DBA Data[Home] [Help]

APPS.MRP_OM_API_PK dependencies on FND_PROFILE

Line 5: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('MSC_ATP_DEBUG'), 'N');

1: PACKAGE BODY MRP_OM_API_PK AS
2: /* $Header: MRPOAPIB.pls 115.5 2002/11/22 01:19:05 schaudha noship $ */
3:
4:
5: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('MSC_ATP_DEBUG'), 'N');
6:
7: PROCEDURE MRP_OM_Interface (
8: p_line_tbl IN line_id_tbl ,
9: x_return_status OUT NOCOPY varchar2

Line 55: pvalue := fnd_profile.save('MRP_PLNG_MGR_FIRST_TIME',

51: -- changes function to do a full table scan
52: -- of the table oe_order_lines_all to maintain
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