DBA Data[Home] [Help]

APPS.JAI_CMN_RG_23AC_I_TRXS_PKG dependencies on FND_FILE

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

317: EXCEPTION
318: WHEN OTHERS THEN
319: p_process_status := 'E';
320: p_process_message := 'RG23_PART_I_PKG.insert_row->'||SQLERRM||', StmtId->'||lv_statement_id;
321: FND_FILE.put_line( FND_FILE.log, p_process_message);
322:
323: END insert_row;
324:
325: PROCEDURE update_row(

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

483: FETCH c_record_exist INTO ln_record_exist_cnt;
484: CLOSE c_record_exist;
485:
486: IF ln_record_exist_cnt > 0 THEN
487: FND_FILE.put_line( FND_FILE.log, '23Part1 Duplicate Chk:'||ln_record_exist_cnt
488: ||', PARAMS: Orgn>'||p_organization_id||', Loc>'||p_location_id
489: ||', Item>'||p_inventory_item_id||', Reg>'||p_register_type
490: ||', TrxId>'||p_receipt_id||', type>'||p_transaction_id
491: );