DBA Data[Home] [Help]

APPS.JL_BR_AR_BANK_ACCT_PKG dependencies on FND_FILE

Line 118: fnd_file.put_line(fnd_file.log,'exception occured'||sqlerrm);

114: and bo.std_occurrence_code = 'REMITTANCE'
115: and oc.occurrence_status = 'CONFIRMED';
116: EXCEPTION
117: WHEN OTHERS THEN
118: fnd_file.put_line(fnd_file.log,'exception occured'||sqlerrm);
119: END;
120:
121: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
122: FND_LOG.STRING(G_LEVEL_STATEMENT, 'JL.plsql.JL_BR_AR_BANK_ACCT_PKG.Create_SLA_Event','Getting occurence id information '||l_occurrence_id);

Line 223: fnd_file.put_line(fnd_file.log,'exception occured'||sqlerrm);

219: END IF;
220: return (l_event_id);
221: EXCEPTION
222: WHEN OTHERS THEN
223: fnd_file.put_line(fnd_file.log,'exception occured'||sqlerrm);
224:
225: END Create_SLA_Event;
226:
227: /*========================================================================

Line 289: fnd_file.put_line(fnd_file.log,'Record already exists');

285: and BORDERO_TYPE = p_bordero_type
286: and BANK_OCCURRENCE_TYPE = p_bank_occurrence_type ;
287:
288: IF l_count > 0 then
289: fnd_file.put_line(fnd_file.log,'Record already exists');
290: return;
291: ELSE
292: insert into jl_br_ar_distributns
293: (ORG_ID,