DBA Data[Home] [Help]

APPS.WSMPLOAD dependencies on FND_PROFILE

Line 15: l_debug varchar2(1) := FND_PROFILE.VALUE('MRP_DEBUG');

11: l_login_id number := FND_GLOBAL.LOGIN_ID;
12: l_request_id number := FND_GLOBAL.CONC_REQUEST_ID;
13: l_prog_appl_id number := FND_GLOBAL.PROG_APPL_ID;
14: l_program_id number := FND_GLOBAL.CONC_PROGRAM_ID;
15: l_debug varchar2(1) := FND_PROFILE.VALUE('MRP_DEBUG');
16:
17: /*-----------------------------------------------------------------+
18: | Load: |
19: | Procedure call for mass load of split/merge transactions stored |