DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on FND_PROFILE

Line 1736: lv_request_id := FND_PROFILE.value('CONC_REQUEST_ID');

1732: --ended, CSahoo for Bug 5344225
1733:
1734: FND_FILE.put_line( FND_FILE.log, 'Start of Batch. Date:'||to_char(SYSDATE,'dd/mm/yyyy hh24:mi:ss') );
1735:
1736: lv_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
1737: FND_FILE.put_line( FND_FILE.log, 'Inputs. OrgnId:'||nvl(p_organization_id,-1)
1738: ||', TrxFrom->'||nvl(p_transaction_from, to_date('1-01-1700', 'dd-mm-yyyy'))
1739: ||', Trxto->'||nvl(p_transaction_to, to_date('1-01-1700', 'dd-mm-yyyy'))
1740: ||', TrxType->'||nvl(p_transaction_type, 'XXX')