DBA Data[Home] [Help]

APPS.JAI_CMN_RG_23AC_II_PKG dependencies on FND_FILE

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

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

Line 463: FND_FILE.put_line( FND_FILE.log, '23Part2 Duplicate Chk:'||ln_record_exist_cnt

459: FETCH c_record_exist INTO ln_record_exist_cnt;
460: CLOSE c_record_exist;
461:
462: IF ln_record_exist_cnt > 0 THEN
463: FND_FILE.put_line( FND_FILE.log, '23Part2 Duplicate Chk:'||ln_record_exist_cnt
464: ||', PARAMS: Orgn>'||p_organization_id||', Loc>'||p_location_id
465: ||', Item>'||p_inventory_item_id||', Reg>'||p_register_type
466: ||', TrxId>'||p_receipt_id||', type>'||p_transaction_id||', ref>'||p_reference_num
467: );