DBA Data[Home] [Help]

APPS.MRP_ATP_PUB dependencies on FND_PROFILE

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

8: -- Call_ATP_No_Commit will be used by backlog scheduling and Call_ATP will be
9: -- used by OM and all the other caller. In order to maintain this package
10: -- easier, Call_ATP actually calls the Call_ATP_No_Commit and then do a commit
11:
12: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('MSC_ATP_DEBUG'), 'N');
13:
14: PROCEDURE Call_ATP (
15: p_session_id IN OUT NoCopy NUMBER,
16: p_atp_rec IN MRP_ATP_PUB.ATP_Rec_Typ,