DBA Data[Home] [Help]

APPS.INV_TM dependencies on FND_PROFILE

Line 71: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

67: p_applid NUMBER;
68: rpc_timeout NUMBER;
69:
70:
71: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
72: BEGIN
73: -- load values for field gets;
74: args12 := null;
75: args13 := null;

Line 89: rpc_timeout := to_number(fnd_profile.value('INV_RPC_TIMEOUT'));

85: fnd_global.apps_initialize(p_userid, p_respid, p_applid);
86: */
87:
88: if timeout is NULL then
89: rpc_timeout := to_number(fnd_profile.value('INV_RPC_TIMEOUT'));
90: else
91: rpc_timeout := timeout;
92: end if;
93: