DBA Data[Home] [Help]

APPS.FUN_OPEN_INTERFACE_PKG dependencies on FND_LOG

Line 102: fun_trx_entry_util.log_debug(FND_LOG.LEVEL_PROCEDURE,

98:
99: x_return_status := FND_API.G_RET_STS_SUCCESS;
100:
101: --Print('Main Package ~~~'||'Deriving Initiator Id from Initiator Name ');
102: fun_trx_entry_util.log_debug(FND_LOG.LEVEL_PROCEDURE,
103: 'FUN_OPEN_INTERFACE_PKG.Derive_Batch_Attributes',
104: 'Main Package');
105: -- Derive Initiator Id from Initiator Name if Initiator Id is not populated
106:

Line 335: fun_trx_entry_util.log_debug(FND_LOG.LEVEL_PROCEDURE,

331:
332: x_return_status := FND_API.G_RET_STS_SUCCESS;
333:
334: Print('Main Package ~~~'||'Deriving Recipient Id from Recipient Name');
335: fun_trx_entry_util.log_debug(FND_LOG.LEVEL_PROCEDURE,
336: 'FUN_OPEN_INTERFACE_PKG.Derive_Transaction_Attributes',
337: 'Main Package');
338: -- Derive Recipient Id from Recipient Name if Recipient Id is not populated
339:

Line 537: fun_trx_entry_util.log_debug(FND_LOG.LEVEL_PROCEDURE,

533:
534: --removed default on p_generate_accounting as it is not used
535: Print('Main Package ~~~'||'Start of Import Program');
536:
537: fun_trx_entry_util.log_debug(FND_LOG.LEVEL_PROCEDURE,
538: 'FUN_OPEN_INTERFACE_PKG.Main',
539: 'Main Package');
540: -- Set the debug flag
541: G_DEBUG := p_debug;