DBA Data[Home] [Help]

APPS.JAI_CMN_RG_23AC_I_TRXS_PKG dependencies on FND_FILE

Line 305: FND_FILE.put_line( FND_FILE.log, p_process_message);

301: EXCEPTION
302: WHEN OTHERS THEN
303: p_process_status := 'E';
304: p_process_message := 'RG23_PART_I_PKG.insert_row->'||SQLERRM||', StmtId->'||lv_statement_id;
305: FND_FILE.put_line( FND_FILE.log, p_process_message);
306:
307: END insert_row;
308:
309: PROCEDURE update_row(

Line 471: FND_FILE.put_line( FND_FILE.log, '23Part1 Duplicate Chk:'||ln_record_exist_cnt

467: FETCH c_record_exist INTO ln_record_exist_cnt;
468: CLOSE c_record_exist;
469:
470: IF ln_record_exist_cnt > 0 THEN
471: FND_FILE.put_line( FND_FILE.log, '23Part1 Duplicate Chk:'||ln_record_exist_cnt
472: ||', PARAMS: Orgn>'||p_organization_id||', Loc>'||p_location_id
473: ||', Item>'||p_inventory_item_id||', Reg>'||p_register_type
474: ||', TrxId>'||p_receipt_id||', type>'||p_transaction_id
475: );